core / io.islandtime.operators / truncatedToMicroseconds

truncatedToMicroseconds

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


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

Return a copy of this time with the nanosecond value truncated to microseconds.

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


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


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

Return a copy of this date-time with the nanosecond value truncated to microseconds.