NextYearName: String;
The NextYearName property sets the tool tip text for the Next year button.
The Next year text is set by default.
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: