timespan::get-seconds

Returns the number of whole seconds represented by the specified System.TimeSpan.
int timespan::get-seconds(value)

Parameters

Name Type Description
value TimeSpan A System.TimeSpan.

Return Value

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

Requirements

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