Gets or sets the minimum start date and time of this TaskItem.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public Nullable<DateTime> MinStart { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property MinStart As Nullable(Of DateTime) |