[ 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

Era

Represents the era (e.g., BC/AD).

Year

Represents the year.

Month

Represents the month.

WeekOfYear

Represents the week of the year.

WeekOfMonth

Represents the week within the month.

DayOfMonth

Represents the day of the month.

DayOfYear

Represents the day of the year.

DayOfWeek

Represents the day of the week.

DayOfWeekInMonth

Represents the nth day of the week within a month.

AM_PM

Represents AM or PM in a 12-hour clock.

Hour

Represents the hour in a 12-hour clock.

HourOfDay

Represents the hour in a 24-hour clock.

Minute

Represents the minute.

Second

Represents the second.

Millisecond

Represents the millisecond.

Also See: