Vcl.Samples.Calendar.TCalendar.Month

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Month: Integer index 2  read GetDateElement write SetDateElement stored False;

C++

__property int Month = {read=GetDateElement, write=SetDateElement, stored=false, index=2, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Samples.Calendar.pas
Vcl.Samples.Calendar.hpp
Vcl.Samples.Calendar TCalendar

Description

Specifies the month that the calendar control will use to display the actual calendar.

Set the Month property to specify the month that the calendar control will use to display the actual calendar.

Month is a number from 1 through 12 that corresponds to actual January to December months. For instance, setting Month to a value of 6 makes the calendar display the days of June.

See Also

Code Examples