Function libui_ng_sys::uiDateTimePickerSetTime
source · pub unsafe extern "C" fn uiDateTimePickerSetTime(
d: *mut uiDateTimePicker,
time: *const tm
)Expand description
Sets date and time of the data time picker.
@param d uiDateTimePicker instance.
@param time Date and/or time as local time.
@warning The struct tm member tm_isdst is ignored on windows and should be set to -1.
@memberof uiDateTimePicker