Function nstd_sys::time::nstd_time_seconds
source · #[no_mangle]
pub extern "C" fn nstd_time_seconds(time: NSTDTime) -> NSTDInt64Available 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.