OpenNETCF Smart Device Framework 2.3
Assembly: OpenNETCF (in OpenNETCF.dll) Version: 2.3.0.0
Gets the number of milliseconds elapsed since the system started.
Namespace:
OpenNETCFAssembly: OpenNETCF (in OpenNETCF.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public static int TickCount { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property TickCount As Integer |
| Visual Basic (Usage) |
|---|
Dim value As Integer value = Environment2.TickCount |
| Visual C++ |
|---|
public: static property int TickCount { int get (); } |
| J# |
|---|
/** @property */ public static int get_TickCount() |
| JScript |
|---|
public static function get TickCount () : int |
| JavaScript |
|---|
OpenNETCF.Environment2.get_TickCount = function(); |