Struct windows_sys::Win32::Devices::WebServicesOnDevices::WSD_DURATION
[−]#[repr(C)]pub struct WSD_DURATION {
pub isPositive: BOOL,
pub year: u32,
pub month: u32,
pub day: u32,
pub hour: u32,
pub minute: u32,
pub second: u32,
pub millisecond: u32,
}Expand description
Required features: ‘Win32_Devices_WebServicesOnDevices’, ‘Win32_Foundation’
Fields
isPositive: BOOLyear: u32month: u32day: u32hour: u32minute: u32second: u32millisecond: u32