Struct windows_sys::Win32::System::Power::ACPI_REAL_TIME
[−]#[repr(C)]pub struct ACPI_REAL_TIME {
pub Year: u16,
pub Month: u8,
pub Day: u8,
pub Hour: u8,
pub Minute: u8,
pub Second: u8,
pub Valid: u8,
pub Milliseconds: u16,
pub TimeZone: i16,
pub DayLight: u8,
pub Reserved1: [u8; 3],
}Expand description
Required features: ‘Win32_System_Power’
Fields
Year: u16Month: u8Day: u8Hour: u8Minute: u8Second: u8Valid: u8Milliseconds: u16TimeZone: i16DayLight: u8Reserved1: [u8; 3]