Gets or sets the current time. When this property is set to DateTime.MinValue, the actual system time is returned.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public DateTime CurrentTime { get; set; } |
Visual Basic Copy Code |
---|
Public Property CurrentTime As DateTime |
A .NET DateTime object representing the time to use as current.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |