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

TimeSpanFunctions.FromSeconds Method 

[This is preliminary documentation and subject to change.]

Returns a TimeSpan that represents a specified number of seconds, where the specification is accurate to the nearest millisecond.

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

Parameters

value
A number of seconds, accurate to the nearest millisecond.

Return Value

A TimeSpan that represents value.

Remarks

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

See Also

TimeSpanFunctions Class | NAnt.Core.Functions Namespace