Type Alias UTCTimeValueOwned

Source
pub type UTCTimeValueOwned = UTCTimeValueInner;

Aliased Type§

struct UTCTimeValueOwned {
    pub year: u16,
    pub month: u8,
    pub day: u8,
    pub hour: u8,
    pub minute: u8,
    pub second: OptionDeep<u8>,
    pub time_zone: UTCTimeZone,
}

Fields§

§year: u16§month: u8§day: u8§hour: u8§minute: u8§second: OptionDeep<u8>§time_zone: UTCTimeZone