time_delta
Temporal quantification
Fully qualified path: chrono::time_delta
Constants
| MILLIS_PER_SEC | The number of milliseconds per second. |
| SECS_PER_MINUTE | — |
| SECS_PER_HOUR | The number of seconds in an hour. |
| SECS_PER_DAY | The number of (non-leap) seconds in days. |
| SECS_PER_WEEK | The number of (non-leap) seconds in a week. |
Structs
| TimeDelta | Time duration with nanosecond precision. This also allows for negative durations; see individual methods for details. A TimeDelta is represented internally as a complement of seconds and… |