Gets or sets the date currently displayed in the calendar.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public DateTime Date { get; set; } |
Visual Basic Copy Code |
---|
Public Property Date As DateTime |
A 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 day in a list view is the specified date.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |