Function libduckdb_sys::duckdb_to_time[][src]

pub unsafe extern "C" fn duckdb_to_time(
    time: duckdb_time_struct
) -> duckdb_time
Expand description

Re-compose a duckdb_time from hour, minute, second and microsecond (duckdb_time_struct).

time: The hour, minute, second and microsecond in a duckdb_time_struct. returns: The duckdb_time element.