Type Definition bonsaidb::core::key::time::Weeks

pub type Weeks = LimitedResolutionDuration<Weeks>;
Expand description

A signed duration of time represented in weeks (604,800 seconds). Internally, the number of weeks is represented as an i32, allowing a range of +/- ~41.18 million years.