[ static enum ] Step
Class: Spinner.
Description:
Defines the available step units for Spinner.Type.DateTime spinners.
Each unit represents the part of the date or time that changes when incremented or decremented.
Type: number
Properties:
| Name | Description |
|---|---|
|
Represents the era (e.g., BC/AD). |
|
Represents the year. |
|
Represents the month. |
|
Represents the week of the year. |
|
Represents the week within the month. |
|
Represents the day of the month. |
|
Represents the day of the year. |
|
Represents the day of the week. |
|
Represents the nth day of the week within a month. |
|
Represents AM or PM in a 12-hour clock. |
|
Represents the hour in a 12-hour clock. |
|
Represents the hour in a 24-hour clock. |
|
Represents the minute. |
|
Represents the second. |
|
Represents the millisecond. |
