NAnt SDK Documentation - v0.85-nightly-2005-11-09

TimeSpanFunctions.GetTotalSeconds Method 

[This is preliminary documentation and subject to change.]

Returns the total number of seconds represented by the specified TimeSpan, expressed in whole and fractional seconds.

[Visual Basic]
<Function(Name:="get-total-seconds")>
Public Shared Function GetTotalSeconds( _
   ByVal value As TimeSpan _
) As Double
[C#]
[Function(Name="get-total-seconds")]
public static double GetTotalSeconds(
   TimeSpan value
);

Parameters

value
A TimeSpan.

Return Value

The total number of seconds represented by the given TimeSpan.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Functions.TimeSpanFunctions.GetTotalSeconds(System.TimeSpan)

See Also

TimeSpanFunctions Class | NAnt.Core.Functions Namespace