Gets or sets the date currently displayed in the calendar.
Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public DateTime Date { get; set; } |
Visual Basic
![]() |
---|
Public Property Date As DateTime |
An instance of the System.DateTime enumeration that specifies the date currently displayed in the calendar. Default value is DateTime.Now.
This value is not used in a timetable view. To specify the dates displayed in timetable view, use TimetableSettings.Dates.