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