Type Definition bonsaidb::core::key::time::Days

pub type Days = LimitedResolutionDuration<Days>;
Expand description

A signed duration of time represented in days (86,400 seconds). Internally, the number of days is represented as an i32, allowing a range of +/- ~5.88 million years.