core / io.islandtime.operators / truncatedToMinutes

truncatedToMinutes

(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86) fun Time.truncatedToMinutes(): Time
Deprecated: Use truncatedTo() instead.

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

(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86) fun DateTime.truncatedToMinutes(): DateTime
Deprecated: Use truncatedTo() instead.


fun OffsetDateTime.truncatedToMinutes(): OffsetDateTime
Deprecated: Use truncatedTo() instead.

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

(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86) fun ZonedDateTime.truncatedToMinutes(): ZonedDateTime
Deprecated: Use truncatedTo() instead.

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

(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86) fun OffsetTime.truncatedToMinutes(): OffsetTime
Deprecated: Use truncatedTo() instead.

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