localizeRelativeNow

fun Instant.localizeRelativeNow(options: RelativeInstantOptions = RelativeInstantOptions(), locale: PlatformLocale = getDefaultLocale(), clock: Clock = Clock.System, timeZone: TimeZone = TimeZone.currentSystemDefault()): TickingValue<String>

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

See also


fun LocalDate.localizeRelativeNow(options: RelativeLocalDateOptions = RelativeLocalDateOptions(), locale: PlatformLocale = getDefaultLocale(), clock: Clock = Clock.System, timeZone: TimeZone = TimeZone.currentSystemDefault()): TickingValue<String>

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

See also


fun YearMonth.localizeRelativeNow(options: RelativeYearMonthOptions = RelativeYearMonthOptions(), locale: PlatformLocale = getDefaultLocale(), clock: Clock = Clock.System, timeZone: TimeZone = TimeZone.currentSystemDefault()): TickingValue<String>

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

See also