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

TimeSpanFunctions.FromHours Method 

[This is preliminary documentation and subject to change.]

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

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

Parameters

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

Return Value

A TimeSpan that represents value.

Remarks

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

See Also

TimeSpanFunctions Class | NAnt.Core.Functions Namespace