timespan::get-total-seconds

Returns the total number of seconds represented by the specified System.TimeSpan, expressed in whole and fractional seconds.
double timespan::get-total-seconds(value)

Parameters

Name Type Description
value TimeSpan A System.TimeSpan.

Return Value

The total number of seconds represented by the given System.TimeSpan.

Requirements

Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Functions