localizeRelativeDateAbsoluteTimeAsFlow

fun LocalDateTime.localizeRelativeDateAbsoluteTimeAsFlow(options: RelativeDateAbsoluteTimeOptions = RelativeDateAbsoluteTimeOptions(), locale: PlatformLocale = getDefaultLocale(), clock: Clock = Clock.System): Flow<String>(source)

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

See also