Module chrono::duration [-] [+] [src]

ISO 8601 duration.

This used to be a part of rust-chrono, but has been subsequently merged into Rust's standard library.

Structs

Duration

ISO 8601 time duration with nanosecond precision. This also allows for the negative duration; see individual methods for details.

Constants

MAX

The maximum possible Duration: i64::MAX milliseconds.

MIN

The minimum possible Duration: i64::MIN milliseconds.