Gets the first date of the time range displayed in the calendar.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public DateTime GetFirstDate () |
Visual Basic
Copy Code
|
|---|
Public Function GetFirstDate () As DateTime |
A DateTime instance indicating the first date.
See Also