Type Definition bonsaidb::core::key::time::Hours

pub type Hours = LimitedResolutionDuration<Hours>;
Expand description

A signed duration of time represented in hours (3,600 seconds). Internally, the number of hours is represented as an i32, allowing a range of +/- ~245,147 years.