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