Initialized automatically by the manager during discovery. This property is used at run-time only and compensates for the elapsed time since discovery occurred.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Time As Integer |
C# | |
---|
public int Time {get;} |
Managed Extensions for C++ | |
---|
public: __property int get_Time(); |
C++/CLI | |
---|
public:
property int Time {
int get();
} |
Property Value
Int32 that identifies how many seconds the authoritative engine has running since
Boots was incremented.
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also