Gets or sets the start date and time of this SimpleTaskItem. The start date and time of a parent task will be based on the start date and time values of its children. It is recommended to set this property.

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

Syntax

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

Implements

ITaskItem..::.Start

See Also