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





Gets the last date of the time range displayed in the calendar.

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

 Syntax

C#  Copy Code

public DateTime GetLastDate ()

Visual Basic  Copy Code

Public Function GetLastDate () As DateTime

 Return Value

A DateTime instance indicating the last 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