nstd_time_get

Function nstd_time_get 

Source
#[unsafe(no_mangle)]
pub const extern "C" fn nstd_time_get(time: NSTDTime) -> NSTDFloat64
Available on crate feature time only.
Expand description

Returns the number of seconds stored in an NSTDTime object as an NSTDFloat64.

§Parameters:

  • NSTDTime time - The time object.

§Returns

NSTDFloat64 seconds - The number of seconds in a time object represented as an NSTDFloat64.