Gets or sets the minimum start date and time of the current task item.

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

Syntax

C#
public Nullable<DateTime> MinStart { get; set; }
Visual Basic (Declaration)
Public Property MinStart As Nullable(Of DateTime)
	Get
	Set

See Also