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.
Interface defining the style for each component of a local time.
Localizer for LocalTime.
Localizer for LocalTime.
Localizer for LocalTime.
Options to pass when localizing a local time (no timezone information).
Defines a preset time style for localizing a time with no time zone awareness
Options to pass to TimeOptions.styleOptions when localizing a time with no time zone awareness.
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 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 years (Int).
Localizer for years (Int).
Localizer for years (Int).
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).
Localizer for Zoned<LocalDate>.
Interface defining the style for each component of a zoned time.
Options to pass when localizing a zoned time.
Defines a preset time style for localizing a time with time zone awareness
Options to pass to TimeOptions.styleOptions when localizing a time with time zone awareness.
Localizer for Zoned<YearMonth>.
Localization options for ZonedYearMonthLocalizer.
Localization options for ZonedYearLocalizer.
Functions
Localizes this Duration with the given options in the given locale same as Duration.localize, but returns a TickingValue instead.