Skip to content

StoppedAt

Gets the date and time when the milestone was stopped.

1
readonly DateTimeOffset myMilestone.StoppedAt

Remarks

This property only has a value if the milestone has been stopped (either completed or cancelled). Otherwise, it returns null.

See Also