Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Returns the microsecond portion of a time.

Namespace

datetime

Input

time(time)

Output

microseconds(int)

Example

If basetime contains the time 22:30:00.32, then the following function returns the value 320000:

...