Module time

Module time 

Source
Available on crate feature time only.
Expand description

Time utilities.

Functions§

nstd_time_add
Computes the addition of an NSTDTime object and an NSTDDuration.
nstd_time_get
Returns the number of seconds stored in an NSTDTime object as an NSTDFloat64.
nstd_time_nanoseconds
Returns the number of nanoseconds in an NSTDTime object.
nstd_time_now
Returns the current system time as an NSTDTime object.
nstd_time_seconds
Returns the number of seconds in an NSTDTime object.
nstd_time_sub
Computes the subtraction between an NSTDTime object and an NSTDDuration.

Type Aliases§

NSTDOptionalTime
Represents an optional value of type NSTDTime.
NSTDTime
A structure representing system time since January 1st 1970.