Vcl.Samples.Calendar.TCalendar.PrevYear
Delphi
procedure PrevYear;
C++
void __fastcall PrevYear(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.Samples.Calendar.pas Vcl.Samples.Calendar.hpp |
Vcl.Samples.Calendar | TCalendar |
Description
Retrogrades a year.
The PrevYear method retrogrades a year. For instance, if the current year is 2011, calling PrevYear will result in decrementing the Year property.