TimeSpanFunctions.

GetSeconds(TimeSpan) Method

Summary

Returns the number of whole seconds represented by the specified System.TimeSpan.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Functions
Containing Type
TimeSpanFunctions

Syntax

[Function("get-seconds")]
public static int GetSeconds(TimeSpan value)

Attributes

Type Description
FunctionAttribute Indicates that the method should be exposed as a function in NAnt build files.

Parameters

Name Type Description
value TimeSpan A System.TimeSpan.

Return Value

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