MindFusion.Wpf Pack Programmer's Guide
Calendar.GetLastVisibleDate Method
See Also
 





Determines which is the last visible date in the current view.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public DateTime GetLastVisibleDate ()

Visual Basic  Copy Code

Public Function GetLastVisibleDate () As DateTime

 Return Value

A DateTime object indicating the last visible date.

 Remarks

This method only works when the calendar is loaded, that is, the Loaded event has been raised. Otherwise it will return DateTime.MaxValue.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace