Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Overview

Gets the end date of work item. End date is set when work item is completed with action by user or system.

DateTimeOffset myWorkItem.End { get; }

Remarks

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

  • No labels