Vcl.Samples.Calendar.TCalendar.NextMonth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure NextMonth;

C++

void __fastcall NextMonth();

Properties

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

Description

Advances a month.

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

See Also

Code Examples