Available on crate feature
time only.Expand description
Time utilities.
Functions§
- nstd_
time_ add - Computes the addition of an
NSTDTimeobject and anNSTDDuration. - nstd_
time_ get - Returns the number of seconds stored in an
NSTDTimeobject as anNSTDFloat64. - nstd_
time_ nanoseconds - Returns the number of nanoseconds in an
NSTDTimeobject. - nstd_
time_ now - Returns the current system time as an
NSTDTimeobject. - nstd_
time_ seconds - Returns the number of seconds in an
NSTDTimeobject. - nstd_
time_ sub - Computes the subtraction between an
NSTDTimeobject and anNSTDDuration.
Type Aliases§
- NSTD
Optional Time - Represents an optional value of type
NSTDTime. - NSTD
Time - A structure representing system time since January 1st 1970.