Search
Calendar Members
Constructors Properties Methods Events
 


Represents a month calendar.

The following tables list the members exposed by the Calendar type.

 Public Constructors

  Name Description

Calendar

Initializes a new instance of the Calendar class.

 Public Properties

  Name Description

date

Gets the date of this calendar.

formatInfo

Gets the DateSettings object used to format and display date and time information in the calendar.

locale

Gets or sets the locale object used to format and display localizable information in the calendar.

maxSpan

Gets or sets the maximum date-time span of the calendar.

minSpan

Gets or sets the minimum date-time span of the calendar.

span

Gets or sets the current date-time span of the calendar.

view

Gets the current calendar view.

 Public Methods

  Name Description

attach

Control.attach override.

detach

Control.detach override.

draw

Control.draw override.

 Public Events

  Name Description

selectedDateChanged

Raised when the selected date is changed.

selectedDateChanging

Raised when the selected date is changing.

viewChanged

Raised when the selected view is changed.

 See Also