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