Constant indicating number of seconds in an hour.
Source position: datih.inc line 32
const SecsPerHour = SecsPerMin * MinsPerHour;
SecsPerHour is a constant indicating the number of seconds in an hour (3600).