NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
DateTimeFunctions.GetTicks Method
[This is preliminary documentation and subject to change.]
Gets the number of ticks that represent the specified date.
[Visual Basic]
<Function(Name:="get-ticks")>
Public Shared Function GetTicks( _
ByVal
date As
Date _
) As
Long
[C#]
[Function(Name="get-ticks")]
public static
long GetTicks(
DateTime date);
Parameters
-
date
- The date of which to get the number of ticks.
Return Value
The number of ticks that represent the date and time of the specified date.
Remarks
Missing <remarks> documentation for M:NAnt.Core.Functions.DateTimeFunctions.GetTicks(System.DateTime)
See Also
DateTimeFunctions Class | NAnt.Core.Functions Namespace