NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
TimeSpanFunctions.FromTicks Method
[This is preliminary documentation and subject to change.]
Returns a TimeSpan that represents a specified time, where the specification is in units of ticks.
[Visual Basic]
<Function(Name:="from-ticks")>
Public Shared Function FromTicks( _
ByVal
value As
Long _
) As
TimeSpan
[C#]
[Function(Name="from-ticks")]
public static
TimeSpan FromTicks(
long value);
Parameters
-
value
- A number of ticks that represent a time.
Return Value
A TimeSpan that represents value.
Remarks
Missing <remarks> documentation for M:NAnt.Core.Functions.TimeSpanFunctions.FromTicks(System.Int64)
See Also
TimeSpanFunctions Class | NAnt.Core.Functions Namespace