Enumeration ChronoField

An enumeration of supported chronological fields of the Gregorian calendar.

Enumeration Members

DAY_OF_MONTH: 3

The day of month, from 1 - 31.

DAY_OF_WEEK: 4

The day of the week, from Monday (1) to Sunday (7).

MINUTE_OF_DAY: 5

The minute of the day, from 0 to 1440 (assuming exclusive maximum).

MONTH_OF_YEAR: 2

The month of year, from January (1) to December (12).

YEAR: 1

Year.

Generated using TypeDoc