TimeSpan.fromDays

Construct a TimeSpan from the given number of days

struct TimeSpan
static
fromDays
(
long value
)

Return Value

Type: TimeSpan

A TimeSpan representing the given number of days.

Meta