NAnt SDK Documentation - v0.92 |
|
TimeSpanFunctions.GetTotalMinutes Method
Returns the total number of minutes represented by the specified TimeSpan, expressed in whole and fractional minutes.
[Visual Basic]
<Function(Name:="get-total-minutes")>
Public Shared Function GetTotalMinutes( _
ByVal
value As
TimeSpan _
) As
Double
[C#]
[Function(Name="get-total-minutes")]
public static
double GetTotalMinutes(
TimeSpan value);
Parameters
-
value
- A TimeSpan.
Return Value
The total number of minutes represented by the given TimeSpan.
See Also
TimeSpanFunctions Class | NAnt.Core.Functions Namespace