Gets the last date of the time range displayed in the calendar.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public DateTime GetLastDate () |
Visual Basic
Copy Code
|
|---|
Public Function GetLastDate () As DateTime |
A DateTime instance indicating the last date.
RemarksThis method only works when the calendar is loaded, that is, the Loaded event has been raised. Otherwise it will return DateTime.MaxValue.
See Also