Module nstd_sys::time

source ·
Available on crate feature time only.
Expand description

Time utilities.

Functions§

  • Computes the addition of an NSTDTime object and an NSTDDuration.
  • Returns the number of seconds stored in an NSTDTime object as an NSTDFloat64.
  • Returns the number of nanoseconds in an NSTDTime object.
  • Returns the current system time as an NSTDTime object.
  • Returns the number of seconds in an NSTDTime object.
  • Computes the subtraction between an NSTDTime object and an NSTDDuration.

Type Aliases§

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