Irrlicht.NET

ITimer.Time Property

Sets or returns current virtual time in milliseconds. This value starts with 0 and can be manipulated using setTime(), stopTimer(), startTimer(), etc. This value depends on the set speed of the timer if the timer is stopped, etc. If you need the system time, use getRealTime()

[Visual Basic]
Public Property Time As UInt32
[C#]
public uint Time {get; set;}

See Also

ITimer Class | Irrlicht Namespace