Gets a collection of time intervals that this Task uses as work completed effort. This is a dependency property.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
[BindableAttribute(true)]
public TimeIntervalCollection CompletedWorkTimeIntervals { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property CompletedWorkTimeIntervals As TimeIntervalCollection

See Also