Gets the end date of the first range in the selection.
Namespace: MindFusion.Scheduling.Compact
|
C# |
---|
public DateTime EndDate { get; } |
Visual Basic |
---|
Public ReadOnly Property EndDate As DateTime |
A .NET DateTime object specifying the end 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.