Home Reference Source Repository

References

Class Summary

Static Public Class Summary
public

A standard set of fields.

public

A date without time-of-day or time-zone in an arbitrary chronology, intended for advanced globalization use cases.

public

A date-time without a time-zone in an arbitrary chronology, intended for advanced globalization use cases.

public

A standard set of date periods units.

public
public

The javascript Clock implementation differs from the openjdk.

public

Builder that can holds date and time fields and related date and time objects.

public

Static properties of Class DateTimeFormatter

public
public
public
public

Static properties of Class DayOfWeek

public
public

A time-based amount of time, such as '34.5 seconds'.

public

Base class for a pseudo enum

public
public

An instantaneous point on the time-line.

public
public

Fields and units specific to the ISO-8601 calendar system, including quarter-of-year and week-based-year.

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 {@code 2007-12-03T10:15:30}.

public

A time without time-zone in the ISO-8601 calendar system, such as {@code 10:15:30}.

public

Math helper with static function for integer operations

public

A month-of-year, such as 'July'.

public
public

A date-based amount of time, such as '2 years, 3 months and 4 days'.

public

Enumeration of different ways to resolve dates and times.

public
public
public
public
public
public
public

Common implementations of {@code TemporalAdjuster}.

public

Common implementations of {@code TemporalQuery}.

public

The range of valid values for a date-time field.

public

A year in the ISO-8601 calendar system, such as {@code 2007}.

public
public
public

Static properties of Class LocalDate

public

A geographical region where the same time-zone rules apply.

public
public

A date-time with a time-zone in the ISO-8601 calendar system, such as {@code 2007-12-03T10:15:30+01:00 Europe/Paris}.

Interface Summary

Static Public Interface Summary
public

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.

Function Summary

Static Public Function Summary
public

abstractMethodFail(methodName: *)

public

assert(assertion: *, msg: *, error: *)

public

createTemporalQuery(name: *, queryFromFunction: *): *

Factory to create something similar to the JSR-310 {TemporalQuery} interface, takes a function and returns a new TemporalQuery object that presents that function as the queryFrom() function.

public

nativeJs(date: Date | moment, zone: ZoneId): NativeJsTemporal

public

requireInstance(value: *, _class: *, parameterName: *): *

public

requireNonNull(value: *, parameterName: *): *

Variable Summary

Static Public Variable Summary
public
public
public
public
public
public
public
public
public