Vcl.Samples.Calendar.TCalendar.PrevMonth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PrevMonth;

C++

void __fastcall PrevMonth();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Samples.Calendar.pas
Vcl.Samples.Calendar.hpp
Vcl.Samples.Calendar TCalendar

Description

Retrogrades a month.

The PrevMonth method retrogrades a month. For instance, if the current month is 6 (corresponding to June), calling PrevMonth will result in decrementing the Month property.

See Also

Code Examples