TimeSpan.fromMillis

Construct a TimeSpan from the given number of milliseconds

struct TimeSpan
static
fromMillis
(
long value
)

Return Value

Type: TimeSpan

A TimeSpan representing the given number of milliseconds.

Meta