TimeSpan.fromSeconds

Construct a TimeSpan from the given number of seconds

struct TimeSpan
static
fromSeconds
(
long value
)

Return Value

Type: TimeSpan

A TimeSpan representing the given number of seconds.

Meta