Function ion_c_sys::ion_timestamp_get_thru_minute[][src]

pub unsafe extern "C" fn ion_timestamp_get_thru_minute(
    ptime: *mut ION_TIMESTAMP,
    p_year: *mut c_int,
    p_month: *mut c_int,
    p_day: *mut c_int,
    p_hour: *mut c_int,
    p_minute: *mut c_int
) -> iERR
Expand description

Get time up to minute precision. If precision is not up to hour/minute, 0 will be returned as hour/minute value.