12345678910111213141516171819 |
- /// <reference types="../../index" />
- export declare type AbstractChronology = $.java.time.chrono.AbstractChronology;
- export declare const AbstractChronology: $.java.time.chrono.AbstractChronology_C;
- export declare type ChronoLocalDate = $.java.time.chrono.ChronoLocalDate;
- export declare const ChronoLocalDate: $.java.time.chrono.ChronoLocalDate;
- export declare type ChronoLocalDateTime = $.java.time.chrono.ChronoLocalDateTime;
- export declare const ChronoLocalDateTime: $.java.time.chrono.ChronoLocalDateTime;
- export declare type ChronoPeriod = $.java.time.chrono.ChronoPeriod;
- export declare const ChronoPeriod: $.java.time.chrono.ChronoPeriod;
- export declare type ChronoZonedDateTime = $.java.time.chrono.ChronoZonedDateTime;
- export declare const ChronoZonedDateTime: $.java.time.chrono.ChronoZonedDateTime;
- export declare type Chronology = $.java.time.chrono.Chronology;
- export declare const Chronology: $.java.time.chrono.Chronology;
- export declare type Era = $.java.time.chrono.Era;
- export declare const Era: $.java.time.chrono.Era;
- export declare type IsoChronology = $.java.time.chrono.IsoChronology;
- export declare const IsoChronology: $.java.time.chrono.IsoChronology_C;
- export declare type IsoEra = $.java.time.chrono.IsoEra;
- export declare const IsoEra: typeof $.java.time.chrono.IsoEra;
|