Skip to content

End

Gets the end date and time of the work item. The end date is set when the work item is completed with an action by a user or the system.

Type

DateTimeOffset (DateTimeOffset)

Declaration

1
readonly DateTimeOffset myWorkItem.End

Remarks

This property is null until an end time has been recorded. A completed work item normally has an end time, but callers should test for null rather than infer it solely from the current state.

See Also