Expand description
Temporal quantification
Modulesยง
- serde ๐
Structsยง
- OutOf
Range Error - Represents error when converting
TimeDelta
to/from a standard library implementation - Time
Delta - 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