Skip to content

WorkItem.End

Overview

DateTimeOffset WorkItem.End { get; }
Gets the end date of work item. End date is set when work item is completed with action by user or system.

Remarks

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

Examples

See Also