fun Time.truncatedToMinutes(): Time
Return a copy of this time, truncated to the minute value. All smaller components will be replaced with zero.
fun DateTime.truncatedToMinutes(): DateTimefun OffsetDateTime.truncatedToMinutes(): OffsetDateTime
Return a copy of this date-time, truncated to the minute value. ll smaller components will be replaced with zero.
fun ZonedDateTime.truncatedToMinutes(): ZonedDateTime
Return a copy of this date-time, truncated to the minute value. All smaller components will be replaced with zero.
fun OffsetTime.truncatedToMinutes(): OffsetTime
Return a copy of this time, truncated to the minute value. ll smaller components will be replaced with zero.