Home Reference Source Repository

References

Class Summary

Static Public Class Summary
public

Prints or parses a char literal.

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

A clock providing access to the current instant, date and time using a time-zone.

public
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

TODO optimize FractionPrinterParser, fix documentation

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

public

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

public

Math helper with static function for integer operations

public

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

public

A month-day in the ISO-8601 calendar system, such as --12-03.

public
public

Prints or parses an offset ID.

public

Pads the output to a fixed width.

public
public

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

public

Prints and parses a reduced numeric date-time field.

public

Enumeration of different ways to resolve dates and times.

public
public
public
public

Prints or parses a string literal.

public
public
public
public
public

Common implementations of TemporalAdjuster.

public

Common implementations of TemporalQuery.

public

Enumeration of the style of text formatting and parsing.

public

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

public

A year in the ISO-8601 calendar system, such as 2007.

public

attempt to avoid dependency cycles...

public

A year-month in the ISO-8601 calendar system, such as 2007-12.

public
public
public

Prints or parses a zone ID.

public

Static properties of Class LocalDate

public

A transition between two offsets caused by a discontinuity in the local time-line.

public

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

public
public
public

A date-time with a time-zone in the ISO-8601 calendar system, such as 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

convert(temporal: LocalDate | LocalDateTime | ZonedDateTime, zone: ZoneId): ToNativeJsConverter

converts a LocalDate, LocalDateTime or ZonedDateTime to a native Javascript Date.

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: *): *

public

use(fn: function): this

use

Variable Summary

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