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





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

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

 Syntax

C#  Copy Code

public DateTime GetFirstDate ()

Visual Basic  Copy Code

Public Function GetFirstDate () As DateTime

 Return Value

A DateTime instance indicating the first date.

 Remarks

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

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace