Gets or sets the date currently displayed in the calendar.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# 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.
This value is not used in a timetable view. To specify the dates displayed in timetable view, use TimetableSettings.Dates.
The single month view displays the month containing the specified date. The first month in a month range view is the one containing the specified date. The first day in a list view is the specified date.
The week range and resource views display all dates in the range defined from this property and the EndDate property.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |