Type Alias bonsaidb_core::key::time::Days

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

Aliased Type§

struct Days { /* private fields */ }