Function ion_c_sys::ion_timestamp_get_thru_fraction[][src]

pub unsafe extern "C" fn ion_timestamp_get_thru_fraction(
    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,
    p_fraction: *mut decQuad
) -> iERR
Expand description

Get time up to fraction of second precision. If precision is not up to fraction, 0 will be returned.