#[no_mangle]
pub extern "C" fn nstd_time_seconds(time: NSTDTime) -> NSTDInt64
Available on crate feature time only.
Expand description

Returns the number of seconds in an NSTDTime object.

Parameters:

  • NSTDTime time - The time object.

Returns

NSTDInt64 seconds - The number of seconds held in time.