Function nstd_sys::time::nstd_time_now

source ·
#[no_mangle]
pub extern "C" fn nstd_time_now() -> NSTDOptionalTime
Available on crate feature nstd_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.