time.d.ts 1.6 KB

1234567891011121314151617181920212223242526272829
  1. /// <reference path="../index.d.ts" />
  2. export declare type Clock = $.java.time.Clock;
  3. export declare const Clock: $.java.time.Clock_C;
  4. export declare type DayOfWeek = $.java.time.DayOfWeek;
  5. export declare const DayOfWeek: typeof $.java.time.DayOfWeek;
  6. export declare type Duration = $.java.time.Duration;
  7. export declare const Duration: $.java.time.Duration_C;
  8. export declare type Instant = $.java.time.Instant;
  9. export declare const Instant: $.java.time.Instant_C;
  10. export declare type LocalDate = $.java.time.LocalDate;
  11. export declare const LocalDate: $.java.time.LocalDate_C;
  12. export declare type LocalDateTime = $.java.time.LocalDateTime;
  13. export declare const LocalDateTime: $.java.time.LocalDateTime_C;
  14. export declare type LocalTime = $.java.time.LocalTime;
  15. export declare const LocalTime: $.java.time.LocalTime_C;
  16. export declare type Month = $.java.time.Month;
  17. export declare const Month: typeof $.java.time.Month;
  18. export declare type OffsetDateTime = $.java.time.OffsetDateTime;
  19. export declare const OffsetDateTime: $.java.time.OffsetDateTime_C;
  20. export declare type OffsetTime = $.java.time.OffsetTime;
  21. export declare const OffsetTime: $.java.time.OffsetTime_C;
  22. export declare type Period = $.java.time.Period;
  23. export declare const Period: $.java.time.Period_C;
  24. export declare type ZoneId = $.java.time.ZoneId;
  25. export declare const ZoneId: $.java.time.ZoneId_C;
  26. export declare type ZoneOffset = $.java.time.ZoneOffset;
  27. export declare const ZoneOffset: $.java.time.ZoneOffset_C;
  28. export declare type ZonedDateTime = $.java.time.ZonedDateTime;
  29. export declare const ZonedDateTime: $.java.time.ZonedDateTime_C;