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.
  • The number of microseconds per second.
  • The number of milliseconds per second.
  • MIN 🔒
    The minimum possible TimeDelta: -i64::MAX milliseconds.
  • The number of nanoseconds in a microsecond.
  • The number of nanoseconds in a millisecond.
  • The number of nanoseconds in seconds.
  • The number of (non-leap) seconds in days.
  • The number of seconds in an hour.
  • The number of seconds in a minute.
  • The number of (non-leap) seconds in a week.

Functions