Dgame.System.Clock

Undocumented in source.

Members

Functions

asHours
ushort asHours(uint n)

To convert the Clock milliseconds to hours

asMinutes
float asMinutes(uint n)

To convert the Clock milliseconds to minutes

asSeconds
float asSeconds(uint n)

To convert the Clock milliseconds to seconds

Structs

Clock
struct Clock

This class handles timer functions and the window class use these class to calculate the current fps.

Time
struct Time

The Time struct converts ticks to msecs, seconds, minutes and hours.

Meta