Type Alias sep2_common::packages::types::TimeType
source · pub type TimeType = Int64;
Expand description
Time is a signed 64-bit value representing the number of seconds since 0 hours, 0 minutes, 0 seconds, on 1 January 1970, in UTC, not counting leap seconds.
Aliased Type§
struct TimeType(pub i64);
Fields§
§0: i64
Implementations§
Trait Implementations§
source§impl Ord for Int64
impl Ord for Int64
source§impl PartialEq<Int64> for Int64
impl PartialEq<Int64> for Int64
source§impl PartialOrd<Int64> for Int64
impl PartialOrd<Int64> for Int64
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more