DateTimePicker.NextYearName

Syntax

NextYearName: String;

Description

The NextYearName property sets the tool tip text for the Next year button.

Comments

The Next year text is set by default.

Example

To execute the example, create the DateTimePicker component (see Example of creating the DateTimePicker component) named DTP. Use the NextYearName property to change the text of the tool-tip:

DTP.setNextYearName (Next year);

It is possible to set the property value by the JSON object in the following way:

Calendar: { NextYearName: Next Year }

See also:

DateTimePicker