Union windows_sys::Win32::System::Search::SQL_INTERVAL_STRUCT_0
#[repr(C)]
pub union SQL_INTERVAL_STRUCT_0 {
pub year_month: SQL_YEAR_MONTH_STRUCT,
pub day_second: SQL_DAY_SECOND_STRUCT,
}Expand description
Required features: "Win32_System_Search"
Fields§
§year_month: SQL_YEAR_MONTH_STRUCT§day_second: SQL_DAY_SECOND_STRUCT