class PtClockTimeCallback { hour; // short minute; // short old_hour; // short old_minute; // short old_second; // short second; // short }
This class holds information from the Pt_CB_CLOCK_TIME_CHANGED callback, which is generated when the time changes on a PtClock.
Also see Pt_CB_CLOCK_TIME_CHANGED in the PtClock section of the Photon documentation.
A number indicating the clock's new hour setting, in 24 hour format, and including any hour offset.
A number indicating the clock's new minute setting.
A number indicating the clock's previous hour setting, in 24 hour format, and including any hour offset.
A number indicating the clock's previous minute setting.
A number indicating the clock's previous second setting.
A number indicating the clock's new second setting.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.