Search
Calendar.Date Property
See Also
 






Gets or sets the date currently displayed in the calendar.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DateTime Date { get; set; }

Visual Basic  Copy Code

Public Property Date As DateTime

 Property Value

A 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 day in a list view is the specified date.

 See Also