nstd_time_now

Function nstd_time_now 

Source
#[unsafe(no_mangle)]
pub extern "C" fn nstd_time_now() -> NSTDOptionalTime
Available on crate feature time only.
Expand description

Returns the current system time as an NSTDTime object.

§Returns

NSTDOptionalTime time - The current time on success, or an uninitialized “none” variant on failure.