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