nstd_time_add

Function nstd_time_add 

Source
#[unsafe(no_mangle)]
pub extern "C" fn nstd_time_add( time: NSTDTime, duration: NSTDDuration, ) -> NSTDTime
Available on crate feature 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.