core / io.islandtime.operators / truncatedToSeconds

truncatedToSeconds

(iosArm64, iosX64, jvm, macosX64) fun Time.truncatedToSeconds(): Time
fun OffsetTime.truncatedToSeconds(): OffsetTime

Return a copy of this time, truncated to the second value. All smaller components will be replaced with zero.

(iosArm64, iosX64, jvm, macosX64) fun DateTime.truncatedToSeconds(): DateTime
fun ZonedDateTime.truncatedToSeconds(): ZonedDateTime
fun OffsetDateTime.truncatedToSeconds(): OffsetDateTime

Return a copy of this date-time, truncated to the second value. All smaller components will be replaced with zero.