Opc.Ua.Core
GetVersionTime Method



Opc.Ua Namespace > Utils Class : GetVersionTime Method
Return the current time in milliseconds since 1/1/2000.
Syntax
'Declaration
 
Public Shared Function GetVersionTime() As UInteger
'Usage
 
Dim value As UInteger
 
value = Utils.GetVersionTime()
public static uint GetVersionTime()
public:
static uint GetVersionTime(); 

Return Value

The current time in milliseconds since 1/1/2000.
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

Utils Class
Utils Members