chrono.d.ts 1.3 KB

12345678910111213141516171819
  1. /// <reference types="../../index" />
  2. export declare type AbstractChronology = $.java.time.chrono.AbstractChronology;
  3. export declare const AbstractChronology: $.java.time.chrono.AbstractChronology_C;
  4. export declare type ChronoLocalDate = $.java.time.chrono.ChronoLocalDate;
  5. export declare const ChronoLocalDate: $.java.time.chrono.ChronoLocalDate;
  6. export declare type ChronoLocalDateTime = $.java.time.chrono.ChronoLocalDateTime;
  7. export declare const ChronoLocalDateTime: $.java.time.chrono.ChronoLocalDateTime;
  8. export declare type ChronoPeriod = $.java.time.chrono.ChronoPeriod;
  9. export declare const ChronoPeriod: $.java.time.chrono.ChronoPeriod;
  10. export declare type ChronoZonedDateTime = $.java.time.chrono.ChronoZonedDateTime;
  11. export declare const ChronoZonedDateTime: $.java.time.chrono.ChronoZonedDateTime;
  12. export declare type Chronology = $.java.time.chrono.Chronology;
  13. export declare const Chronology: $.java.time.chrono.Chronology;
  14. export declare type Era = $.java.time.chrono.Era;
  15. export declare const Era: $.java.time.chrono.Era;
  16. export declare type IsoChronology = $.java.time.chrono.IsoChronology;
  17. export declare const IsoChronology: $.java.time.chrono.IsoChronology_C;
  18. export declare type IsoEra = $.java.time.chrono.IsoEra;
  19. export declare const IsoEra: typeof $.java.time.chrono.IsoEra;