localizeRelative

fun Duration.localizeRelative(options: RelativeDurationOptions = RelativeDurationOptions(), locale: PlatformLocale = getDefaultLocale()): TickingValue<String>(source)

Localizes this Duration relatively with a single unit with the given options in the given locale.

See also


fun Instant.localizeRelative(reference: Instant, options: RelativeInstantOptions = RelativeInstantOptions(), locale: PlatformLocale = getDefaultLocale()): TickingValue<String>(source)

Localizes this Instant relatively with respect to reference, with a single unit with the given options in the given locale.

See also


fun Instant.localizeRelative(options: RelativeInstantOptions = RelativeInstantOptions(), locale: PlatformLocale = getDefaultLocale(), clock: Clock = Clock.System): TickingValue<String>(source)

Localizes this Instant relatively with respect to clock, with a single unit with the given options in the given locale.

See also


fun LocalDate.localizeRelative(reference: Zoned<Instant>, options: RelativeLocalDateOptions = RelativeLocalDateOptions(), locale: PlatformLocale = getDefaultLocale()): TickingValue<String>(source)

Localizes this LocalDate relatively with respect to reference, with a single unit with the given options in the given locale.

See also


fun LocalDate.localizeRelative(options: RelativeLocalDateOptions = RelativeLocalDateOptions(), locale: PlatformLocale = getDefaultLocale(), clock: Clock = Clock.System): TickingValue<String>(source)

Localizes this LocalDate relatively with respect to clock, with a single unit with the given options in the given locale.

See also


fun YearMonth.localizeRelative(reference: Zoned<Instant>, options: RelativeYearMonthOptions = RelativeYearMonthOptions(), locale: PlatformLocale = getDefaultLocale()): TickingValue<String>(source)

Localizes this YearMonth relatively with respect to reference, with a single unit with the given options in the given locale.

See also


fun YearMonth.localizeRelative(options: RelativeYearMonthOptions = RelativeYearMonthOptions(), locale: PlatformLocale = getDefaultLocale(), clock: Clock = Clock.System): TickingValue<String>(source)

Localizes this YearMonth relatively with respect to clock, with a single unit with the given options in the given locale.

See also