NAnt SDK Documentation - v0.92

TimeSpanFunctions.FromMinutes Method 

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

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

Parameters

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

Return Value

A TimeSpan that represents value.

See Also

TimeSpanFunctions Class | NAnt.Core.Functions Namespace