Function ion_c_sys::ion_timestamp_get_thru_second[][src]

pub unsafe extern "C" fn ion_timestamp_get_thru_second(
    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,
    p_second: *mut c_int
) -> iERR
Expand description

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