Determines which is the last visible date in the current view.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
C#
![]() |
---|
public DateTime GetLastVisibleDate () |
Visual Basic
![]() |
---|
Public Function GetLastVisibleDate () As DateTime |
A DateTime object indicating the last visible date.
This method only works when the calendar is loaded, that is, the Loaded event has been raised. Otherwise it will return DateTime.MaxValue.