core / io.islandtime.operators / truncatedToHours

truncatedToHours

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


fun OffsetTime.truncatedToHours(): OffsetTime
Deprecated: Use truncatedTo() instead.

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

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


fun ZonedDateTime.truncatedToHours(): ZonedDateTime
Deprecated: Use truncatedTo() instead.


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

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