Vcl.Samples.Calendar.TCalendar.PrevYear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PrevYear;

C++

void __fastcall PrevYear();

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.

See Also

Code Examples