Gets or sets the task's start date. Namespace: MindFusion.Scheduling
|
C# |
---|
public DateTime StartDate { get; set; } |
Visual Basic |
---|
Public Property StartDate As DateTime |
A .NET DateTime object specifying the task's scheduled start time. The default is DateTime.MinValue.