fun OffsetDateTime.roundedToNearest(increment: IntMinutes): OffsetDateTime
Content copied to clipboard
fun OffsetDateTime.roundedToNearest(increment: IntSeconds): OffsetDateTime
Content copied to clipboard
fun OffsetDateTime.roundedToNearest(increment: IntMilliseconds): OffsetDateTime
Content copied to clipboard
fun OffsetDateTime.roundedToNearest(increment: IntMicroseconds): OffsetDateTime
Content copied to clipboard
fun OffsetDateTime.roundedToNearest(increment: IntNanoseconds): OffsetDateTime
Content copied to clipboard
fun ZonedDateTime.roundedToNearest(increment: IntMilliseconds): ZonedDateTime
Content copied to clipboard
fun ZonedDateTime.roundedToNearest(increment: IntMicroseconds): ZonedDateTime
Content copied to clipboard
fun ZonedDateTime.roundedToNearest(increment: IntNanoseconds): ZonedDateTime
Content copied to clipboard