Function nstd_sys::time::nstd_time_add

source ·
#[no_mangle]
pub extern "C" fn nstd_time_add(
    time: NSTDTime,
    duration: NSTDDuration
) -> NSTDTime
Available on crate feature nstd_time only.
Expand description

Computes the addition of an NSTDTime object and an NSTDDuration.

Parameters:

  • NSTDTime time - The time object

  • NSTDDuration duration - The duration to add.

Returns

NSTDTime time - The result of the addition.