Determines which is the first visible date in the current view.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public DateTime GetFirstVisibleDate () |
Visual Basic
Copy Code
|
|---|
Public Function GetFirstVisibleDate () As DateTime |
A DateTime object indicating the first visible 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