Gets or sets the date currently displayed in the calendar. This is a dependency property.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public DateTime Date { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Date As DateTime |
A .NET DateTime object. The initial value is DateTime.Today.
RemarksThis value is not used in a timetable view. To specify the dates displayed in timetable view, use TimetableSettings.Dates.
See Also