MindFusion.Wpf Pack Programmer's Guide
Calendar.Date Property
See Also
 





Gets or sets the date currently displayed in the calendar. This is a dependency property.

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

 Syntax

C#  Copy Code

public DateTime Date { get; set; }

Visual Basic  Copy Code

Public Property Date As DateTime

 Property Value

A .NET DateTime object. The initial value is DateTime.Today.

 Remarks

This value is not used in a timetable view. To specify the dates displayed in timetable view, use TimetableSettings.Dates.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace
EndDate Property
TimetableSettings.Dates Property