cosmic-internal-jdk
Version:
KingScript: JDK1.8
38 lines (37 loc) • 2.1 kB
TypeScript
/// <reference path="../index.d.ts" />
export type Clock = $.java.time.Clock;
export declare const Clock: $.java.time.ClockConstructor;
export type DateTimeException = $.java.time.DateTimeException;
export declare const DateTimeException: $.java.time.DateTimeExceptionConstructor;
export declare const DayOfWeek: typeof $.java.time.DayOfWeek;
export type DayOfWeek = $.java.time.DayOfWeek;
export type Duration = $.java.time.Duration;
export declare const Duration: $.java.time.DurationConstructor;
export type Instant = $.java.time.Instant;
export declare const Instant: $.java.time.InstantConstructor;
export type LocalDate = $.java.time.LocalDate;
export declare const LocalDate: $.java.time.LocalDateConstructor;
export type LocalDateTime = $.java.time.LocalDateTime;
export declare const LocalDateTime: $.java.time.LocalDateTimeConstructor;
export type LocalTime = $.java.time.LocalTime;
export declare const LocalTime: $.java.time.LocalTimeConstructor;
export declare const Month: typeof $.java.time.Month;
export type Month = $.java.time.Month;
export type MonthDay = $.java.time.MonthDay;
export declare const MonthDay: $.java.time.MonthDayConstructor;
export type OffsetDateTime = $.java.time.OffsetDateTime;
export declare const OffsetDateTime: $.java.time.OffsetDateTimeConstructor;
export type OffsetTime = $.java.time.OffsetTime;
export declare const OffsetTime: $.java.time.OffsetTimeConstructor;
export type Period = $.java.time.Period;
export declare const Period: $.java.time.PeriodConstructor;
export type Year = $.java.time.Year;
export declare const Year: $.java.time.YearConstructor;
export type YearMonth = $.java.time.YearMonth;
export declare const YearMonth: $.java.time.YearMonthConstructor;
export type ZoneId = $.java.time.ZoneId;
export declare const ZoneId: $.java.time.ZoneIdConstructor;
export type ZoneOffset = $.java.time.ZoneOffset;
export declare const ZoneOffset: $.java.time.ZoneOffsetConstructor;
export type ZonedDateTime = $.java.time.ZonedDateTime;
export declare const ZonedDateTime: $.java.time.ZonedDateTimeConstructor;