DateTimePicker.PreviousMonthName

Syntax

PreviousMonthName: String

Description

The PreviousMonthName property sets the tool tip text for the Previous month button.

Comments

The Previous month 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 PreviousMonthName property in order to change the text of the tool-tip:

DTP.setPreviousMonthName (Previous month);

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

Calendar: { PreviousMonthName: Previous month }

See also:

DateTimePicker