TimeSpan.interval

Convert to a floating point interval representing seconds.

Note: This may cause a loss of precision as a double cannot exactly represent some fractional values.

struct TimeSpan
double
interval
()

Return Value

Type: double

An interval representing the seconds and fractional seconds that this TimeSpan represents.

Meta