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
[read-only] | Date | DateTime.
Gets the date represented by an instance of this class. This property is read-only. |
[read-only] | DayNumberText | string.
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] | IsOtherMonth | bool.
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. |
IsSelectable | bool.
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] | IsSelected | bool.
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] | IsToday | bool.
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] | IsWeekend | bool.
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. |