Vcl.Samples.Calendar.TCalendar.NextYear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure NextYear;

C++

void __fastcall NextYear();

Properties

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

Description

Advances a year.

The NextYear method advances a year. For instance, if the current year is 2011, calling NextYear will result in incrementing the Year property.

See Also

Code Examples