Gets the start date of the first range in the selection.
Namespace: MindFusion.Scheduling.Compact
|
C# |
---|
public DateTime StartDate { get; } |
Visual Basic |
---|
Public ReadOnly Property StartDate As DateTime |
A .NET DateTime object specifying the start of the first range in the selection.
If the selection is empty, the current date and time are returned. To check whether the selection is empty (that is, no dates are selected) use the IsEmpty method.