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