Module chrono::time_delta
source ยท Expand description
Temporal quantification
Modulesยง
- serde ๐
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. - MICRO
S_ ๐PER_ SEC The number of microseconds per second. - MILLI
S_ ๐PER_ SEC The number of milliseconds per second. - MIN ๐The minimum possible
TimeDelta
:-i64::MAX
milliseconds. - NANO
S_ ๐PER_ MICRO The number of nanoseconds in a microsecond. - NANO
S_ ๐PER_ MILLI The number of nanoseconds in a millisecond. - NANO
S_ ๐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