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





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

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

 Syntax

C#  Copy Code

public DateTime GetFirstVisibleDate ()

Visual Basic  Copy Code

Public Function GetFirstVisibleDate () As DateTime

 Return Value

A DateTime object indicating the first 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