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: u16month: u16day: u16hour: u16min: u16sec: u16