Summary
Returns the number of whole milliseconds represented by the specified
System.TimeSpan
.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Functions - Containing Type
- TimeSpanFunctions
Syntax
[Function("get-milliseconds")]
public static int GetMilliseconds(TimeSpan value)
Attributes
Type | Description |
---|---|
FunctionAttribute | Indicates that the method should be exposed as a function in NAnt build files. |
Parameters
Name | Type | Description |
---|---|---|
value | TimeSpan | A System.TimeSpan . |
Return Value
Type | Description |
---|---|
int |
The number of whole milliseconds represented by the given
System.TimeSpan .
|