Skip to main content

Time

Type Alias Time 

Source
pub type Time = spng_time;
Expand description

Modification time

Aliased Type§

#[repr(C)]
pub struct Time { pub year: u16, pub month: u8, pub day: u8, pub hour: u8, pub minute: u8, pub second: u8, }

Fields§

§year: u16§month: u8§day: u8§hour: u8§minute: u8§second: u8