ASP.NET Pack Programmer's Guide
Calendar.Date Property
See Also
 





Gets or sets the date currently displayed in the calendar.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public DateTime Date { get; set; }

Visual Basic  Copy Code

Public Property Date As DateTime

 Property Value

An instance of the System.DateTime enumeration that specifies the date currently displayed in the calendar. Default value is DateTime.Now

 Remarks

This value is not used in a timetable view. To specify the dates displayed in timetable view, use TimetableSettings.Dates.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace