Gets or sets the date currently displayed in the calendar. This is a dependency property.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
C#
![]() |
---|
public DateTime Date { get; set; } |
Visual Basic
![]() |
---|
Public Property Date As DateTime |
A .NET DateTime object. The initial value is DateTime.Today.
This value is not used in a timetable view. To specify the dates displayed in timetable view, use TimetableSettings.Dates.
MindFusion.Scheduling for WPF Programmer's Guide | © 2025 MindFusion |