Type Alias bonsaidb_core::key::time::Hours

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

Aliased Type§

struct Hours { /* private fields */ }