In The Hand LtdIn The Hand
GetTimestamp Method
NamespacesInTheHand.DiagnosticsStopwatchGetTimestamp()()()()
.NET Components for Mobility
Gets the current number of ticks in the timer mechanism.
Declaration Syntax
C#Visual Basic
public static long GetTimestamp()
Public Shared Function GetTimestamp As Long
Return Value
A long integer representing the tick counter value of the underlying timer mechanism.
Remarks
If the Stopwatch class uses a high-resolution performance counter, GetTimestamp()()()() returns the current value of that counter. If the Stopwatch class uses the system timer, GetTimestamp()()()() returns the current Ticks property of the Now instance.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0