#include <mw/clock.h>
Link against: clock.lib
| class RClock : public RTimeDevice |
| Public Member Functions | |
|---|---|
| IMPORT_C void | SetUniversalTimeOffset(TTimeIntervalSeconds) |
| Protected Member Functions | |
|---|---|
| RClock(RAnimDll &, const RWindowBase &) | |
| void | AppendClockConstructorArgsL(TTimeIntervalSeconds) |
Sets the time for clocks.
| RClock | ( | RAnimDll & | aAnimDll, |
| const RWindowBase & | aWindow | ||
| ) | [protected] | ||
| void | AppendClockConstructorArgsL | ( | TTimeIntervalSeconds | aUniversalTimeOffset | ) | [protected] |
| IMPORT_C void | SetUniversalTimeOffset | ( | TTimeIntervalSeconds | aUniversalTimeOffset | ) |
Adjusts the clock's time.
| Parameters | |
|---|---|
| aUniversalTimeOffset | The time to which to set the clock, expressed as an offset from universal time. |