Struct windows_sys::Win32::System::WindowsProgramming::DATETIME
#[repr(C)]pub struct DATETIME {
pub year: u16,
pub month: u16,
pub day: u16,
pub hour: u16,
pub min: u16,
pub sec: u16,
}Expand description
Required features: "Win32_System_WindowsProgramming"
Fields§
§year: u16§month: u16§day: u16§hour: u16§min: u16§sec: u16