Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 849 Bytes

nifty-tou.chronofield.md

File metadata and controls

24 lines (16 loc) · 849 Bytes

Home > nifty-tou > ChronoField

ChronoField enum

An enumeration of supported chronological fields of the Gregorian calendar.

Signature:

export declare enum ChronoField 

Enumeration Members

Member Value Description
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.