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

1
[DateTimeOffset](./../DateTimeOffset/index.md)

Declaration

1
readonly DateTimeOffset myWorkItem.End

Remarks

If the state is not in Waiting or Created, this property returns null.

See Also