Returns the total number of milliseconds represented by the specified
System.TimeSpan
, expressed in whole and fractional milliseconds.
double timespan::get-total-milliseconds(value)
Parameters
Name | Type | Description |
---|---|---|
value | TimeSpan | A System.TimeSpan . |
Return Value
The total number of milliseconds represented by the given
System.TimeSpan
.
Requirements
- Assembly
- NAnt
.Core .dll - Namespace
-
NAnt
.Core .Functions