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