fun Time.truncatedTo(unit: TimeUnit): Timefun OffsetTime.truncatedTo(unit: TimeUnit): OffsetTime
Return this time, rounded down to match the precision of a given unit.
This is equivalent to roundedDownTo.
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)fun DateTime.truncatedTo(unit: TimeUnit): DateTimefun OffsetDateTime.truncatedTo(unit: TimeUnit): OffsetDateTimefun ZonedDateTime.truncatedTo(unit: TimeUnit): ZonedDateTime
Return this date-time, rounded down to match the precision of a given unit.
This is equivalent to roundedDownTo.
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)fun Instant.truncatedTo(unit: TimeUnit): Instant
Return this instant, rounded down to match the precision of a given unit.
This is equivalent to roundedDownTo.