TimeSpan.fromHours

Construct a TimeSpan from the given number of hours

struct TimeSpan
static
fromHours
(
long value
)

Return Value

Type: TimeSpan

A TimeSpan representing the given number of hours.

Meta