Module chrono::time_delta
source ยท Expand description
Temporal quantification
Structsยง
- Represents error when converting
TimeDelta
to/from a standard library implementation - Time duration with nanosecond precision.
Constantsยง
- MAX ๐The maximum possible
TimeDelta
:i64::MAX
milliseconds. - MICROS_PER_SEC ๐The number of microseconds per second.
- MILLIS_PER_SEC ๐The number of milliseconds per second.
- MIN ๐The minimum possible
TimeDelta
:-i64::MAX
milliseconds. - NANOS_PER_MICRO ๐The number of nanoseconds in a microsecond.
- NANOS_PER_MILLI ๐The number of nanoseconds in a millisecond.
- NANOS_PER_SEC ๐The number of nanoseconds in seconds.
- SECS_PER_DAY ๐The number of (non-leap) seconds in days.
- SECS_PER_HOUR ๐The number of seconds in an hour.
- SECS_PER_MINUTE ๐The number of seconds in a minute.
- SECS_PER_WEEK ๐The number of (non-leap) seconds in a week.
Functionsยง
- div_mod_floor_64 ๐