Location:
CLOCK.H
Link against: clock.lib
class RClock : public RTimeDevice;
Sets the time for clocks.
RAnim
- Client-side handle to a server-side animation class
RAnimWithUtils
- Utility class to support clock animation
RTimeDevice
- Sets display parameters for clocks
RClock
- Sets the time for clocks
Defined in RClock
:
SetUniversalTimeOffset()
Inherited from RAnim
:
AsyncCommandReply()
,
Command()
,
CommandReply()
,
Construct()
,
Destroy()
Inherited from RAnimWithUtils
:
Close()
Inherited from RTimeDevice
:
Draw()
,
SetPosition()
,
SetPositionAndSize()
,
SetSize()
,
SetVisible()
,
UpdateDisplay()
IMPORT_C void SetUniversalTimeOffset(TTimeIntervalSeconds aUniversalTimeOffset);
Adjusts the clock's time.
|