Search
Calendar.Date Property
See Also
 





Gets or sets the date currently displayed in the calendar.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DateTime Date { get; set; }

Visual Basic  Copy Code

Public Property Date As DateTime

 Property Value

A .NET DateTime object. The initial value is DateTime.Today.

 Remarks

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.

 See Also