Gets or sets the start date and time of this TaskItem.
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.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: 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 |