System.Web.UI.WebControls.CalendarDay: Property Members

The properties of System.Web.UI.WebControls.CalendarDay are listed below. For a list of all members, see the CalendarDay Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
DateDateTime.

Gets the date represented by an instance of this class. This property is read-only.

[read-only]
DayNumberTextstring.

Gets the string equivalent of the day number for the date represented by an instance of the System.Web.UI.WebControls.CalendarDay class. This property is read-only.

[read-only]
IsOtherMonthbool.

Gets a value that indicates whether the date represented by an instance of this class is in a month other than the month displayed in the System.Web.UI.WebControls.Calendar control. This property is read-only.

IsSelectablebool.

Gets or sets a value that indicates whether the date represented by an instance of this class can be selected in the System.Web.UI.WebControls.Calendar control.

[read-only]
IsSelectedbool.

Gets a value that indicates whether the date represented by an instance of this class is selected in the System.Web.UI.WebControls.Calendar control. This property is read-only.

[read-only]
IsTodaybool.

Gets a value that indicates whether the date represented by an instance of this class is the same date specified by the Calendar.TodaysDate property of the System.Web.UI.WebControls.Calendar control. This property is read-only.

[read-only]
IsWeekendbool.

Gets a value that indicates whether the date represented by an instance of this class is a either Saturday or Sunday. This property is read-only.