Type Definition bonsaidb_core::key::time::Milliseconds

source ·
pub type Milliseconds = LimitedResolutionDuration<Milliseconds>;
Expand description

A signed duration of time represented in milliseconds (1/1,000th of a second). Internally, the number of milliseconds is represented as an i64, allowing a range of +/- ~292.5 million years.