References
core/src
summary | ||
public |
C Clock A clock providing access to the current instant, date and time using a time-zone. |
|
public |
Static properties of Class DayOfWeek |
|
public |
C Duration A time-based amount of time, such as '34.5 seconds'. |
|
public |
C Enum Base class for a pseudo enum |
|
public |
C Instant An instantaneous point on the time-line. |
|
public |
A date without a time-zone in the ISO-8601 calendar system, such as 2007-12-03. |
|
public |
A date-time without a time-zone in the ISO-8601 calendar system,
such as |
|
public |
A time without time-zone in the ISO-8601 calendar system,
such as |
|
public |
C MathUtil Math helper with static function for integer operations |
|
public |
C Month A month-of-year, such as 'July'. |
|
public |
C MonthDay A month-day in the ISO-8601 calendar system, such as |
|
public |
A date-time with an offset from UTC/Greenwich in the ISO-8601 calendar system, such as 2007-12-23T10:15:30+01:00. |
|
public |
A time with an offset from UTC/Greenwich in the ISO-8601 calendar system, such as 10:15:30+01:00. |
|
public |
C Period A date-based amount of time, such as '2 years, 3 months and 4 days'. |
|
public |
C Year A year in the ISO-8601 calendar system, such as |
|
public |
attempt to avoid dependency cycles... |
|
public |
A year-month in the ISO-8601 calendar system, such as |
|
public |
C ZoneId |
|
public |
Static properties of Class LocalDate |
|
public |
A geographical region where the same time-zone rules apply. |
|
public |
A date-time with a time-zone in the ISO-8601 calendar system,
such as |
|
public |
F convert(temporal: LocalDate | LocalDateTime | ZonedDateTime, zone: ZoneId): ToNativeJsConverter converts a LocalDate, LocalDateTime or ZonedDateTime to a native Javascript Date. |
|
public |
F nativeJs(date: Date | moment, zone: ZoneId): ZonedDateTime Creates ZonedDateTime from a javascript Date or a moment instance. |
|
public |
V MAX_SAFE_INTEGER: number |
|
public |
V MIN_SAFE_INTEGER: * |
|
public |
V ArithmeticException: * |
|
public |
V DateTimeException: * |
|
public |
|
|
public |
|
|
public |
|
|
public |
V NullPointerException: * |
|
public |
|
core/src/chrono
summary | ||
public |
A date without time-of-day or time-zone in an arbitrary chronology, intended for advanced globalization use cases. |
|
public |
C ChronoLocalDateTime(D: *) A date-time without a time-zone in an arbitrary chronology, intended for advanced globalization use cases. |
|
public |
|
|
public |
|
core/src/format
summary | ||
public |
Static properties of Class DateTimeFormatter |
|
public |
|
|
public |
|
|
public |
Enumeration of different ways to resolve dates and times. |
|
public |
|
|
public |
Enumeration of the style of text formatting and parsing. |
core/src/temporal
summary | ||
public |
A standard set of fields. |
|
public |
A standard set of date periods units. |
|
public |
|
|
public |
Common implementations of TemporalAdjuster. |
|
public |
Common implementations of TemporalQuery. |
|
public |
The range of valid values for a date-time field. |
|
public |
I Temporal Framework-level interface defining read-write access to a temporal object, such as a date, time, offset or some combination of these. |
|
public |
Strategy for adjusting a temporal object. |
|
public |
Framework-level interface defining an amount of time, such as "6 hours", "8 days" or "2 years and 3 months". |
|
public |
A field of date-time, such as month-of-year or hour-of-minute. |
|
public |
Strategy for querying a temporal object. |
|
public |
A unit of date-time, such as Days or Hours. |
|
public |
T IsoFields: Object Fields and units specific to the ISO-8601 calendar system, including quarter-of-year and week-based-year. |
core/src/zone
summary | ||
public |
|
|
public |
|
|
public |
A transition between two offsets caused by a discontinuity in the local time-line. |
|
public |
|
|
public |
|
extra/src
summary | ||
public |
A day-of-month in the ISO-8601 calendar system. |
|
public |
A day-of-year in the ISO-8601 calendar system. |
|
public |
C Interval An immutable interval of time between two instants. |
|
public |
A range of local dates. |
|
public |
A date with an offset from UTC/Greenwich in the ISO-8601 calendar system,
such as |
|
public |
C Quarter A quarter-of-year, such as 'Q2'. |
|
public |
Additional utilities for working with temporal classes. |
|
public |
A year-quarter in the ISO-8601 calendar system, such as |
|
public |
C YearWeek A year-week in the ISO week date system such as |
locale/src
summary | ||
public |
C Locale |
locale/src/format
summary | ||
public |
|
|
public |
Stores the text for a single locale. |
locale/src/format/cldr
summary | ||
public |
Prints or parses a zone ID. |
locale/src/format/parser
summary | ||
public |
|
locale/src/temporal
summary | ||
public |
Field type that computes DayOfWeek, WeekOfMonth, and WeekOfYear based on a WeekFields. |
|
public |
Localized definitions of the day-of-week, week-of-month and week-of-year fields. |
timezone/src
summary | ||
public |
|
|
public |
|