timespan::from-seconds

Returns a System.TimeSpan that represents a specified number of seconds, where the specification is accurate to the nearest millisecond.
TimeSpan timespan::from-seconds(value)

Parameters

Name Type Description
value double A number of seconds, accurate to the nearest millisecond.

Return Value

A System.TimeSpan that represents value.

Requirements

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