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: BOOL§year: u32§month: u32§day: u32§hour: u32§minute: u32§second: u32§millisecond: u32