IntegerFormat EnumType
Describes the formatting of an integer attribute.
Members
Members define the discrete options for the enumeration type.
| Name | Value | Description |
|---|---|---|
| None | 0 | Specifies to display an edit field for an integer. |
| Duration | 1 | Specifies to display the integer as a drop down list of durations. |
| TimeZone | 2 | Specifies to display the integer as a drop down list of time zones. |
| Language | 3 | Specifies the display the integer as a drop down list of installed languages. |
| Locale | 4 | Specifies a locale. |
Used by
The following use the IntegerFormat EnumType.
| Name | How used |
|---|---|
| IntegerAttributeMetadata | Format Property |
| ComplexIntegerAttributeMetadata | Format Property |