TimeSpan.fromMicros

Construct a TimeSpan from the given number of microseconds

struct TimeSpan
static
fromMicros
(
long value
)

Return Value

Type: TimeSpan

A TimeSpan representing the given number of microseconds.

Meta