Opc.Ua.Core
TickCount64 Property



Opc.Ua Namespace > HiResClock Class : TickCount64 Property
Returns a monotonic increasing tick count in milliseconds.
Syntax
'Declaration
 
Public Shared ReadOnly Property TickCount64 As Long
'Usage
 
Dim value As Long
 
value = HiResClock.TickCount64
public static long TickCount64 {get;}
public:
static property int64 TickCount64 {
   int64 get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HiResClock Class
HiResClock Members