Icon TCalendarView

Unit: WebCals

TCalendarView = (cvMonth,cvYear,cvDecade,cvCentury)

Available In: Client Applications

The TCalendarView enumerated type is used with the descendant components of the TCalendarControl class to specify the active view for the calendar.

ElementDescription
cvCenturyThe calendar control will show a list of decades in the current century.
cvDecadeThe calendar control will show a list of years in the current decade.
cvMonthThe calendar control will show a list of days in the current month (the default).
cvYearThe calendar control will show a list of months in the current year.
Image