nstd_time_seconds

Function nstd_time_seconds 

Source
#[unsafe(no_mangle)]
pub const 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.