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