Type Alias bonsaidb::core::key::time::Weeks

source ·
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.

Aliased Type§

struct Weeks { /* private fields */ }