Package-level declarations
Types
Class defining the style for each component of a date (year, month and day).
Simple container class for DateStyleOptions.
Defines a preset date style for localizing a date (year, month and day).
Defines the localization style for a date (year, month and day).
Localizer for Duration.
Localizer for Duration.
Localizer for Duration.
Localization options for DurationLocalizer and Duration.localize
Localizer for LocalDate.
Localizer for LocalDate.
Localizer for LocalDate.
Localizer for LocalDateTime.
Localizer for LocalDateTime.
Localizer for LocalDateTime.
Localization options for LocalDateTimeLocalizer and LocalDateTime.parse.
Localizer for LocalTime.
Localizer for LocalTime.
Localizer for LocalTime.
Localizes a Duration in the same exact way as a DurationLocalizer, but this is meant to be used to localize duration values that change over time (e.g. a countdown). For static durations use DurationLocalizer instead.
Localization options for TickingDurationLocalizer and Duration.localizeTicking.
Interface defining the style for each component of a time.
Options to pass when localizing time.
Defines a preset time style for localizing a time.
Options to pass to TimeOptions.styleOptions, that define the style of each time component.
Localizer for YearMonth.
Localizer for YearMonth.
Localizer for YearMonth.
Localization options for YearMonthLocalizer and YearMonth.localize.
Localization options for YearLocalizer.
Localization options for ZonedLocalDateLocalizer.
Localization options for ZonedInstantLocalizer and Zoned.localize (where Zoned is of type Instant).
Localization options for ZonedYearMonthLocalizer.
Localization options for ZonedYearLocalizer.
Functions
Allows creation of mixed style and components between date and time, which is not possible in all platforms
Localizes this LocalDateTime with the given options in the given locale.
Calculates the diff between this Instant and the current instnat of clock, and localizes the result with the given options in the given locale.
Localizes this Duration with the given options in the given locale same as Duration.localize, but returns a TickingValue instead.