Introduction - If you have any usage issues, please Google them yourself
* This code is a software module for a time-o f-day clock object.* The clock may be fixed 12-h our, fixed 24-hour, or* dynamically configurable between these tw o types. Clock data can be accessed as a binary* n umber representing the number of minutes since* midnight or a BCD number formatted according t o the time-of-day in the description* TIME modu le 0404x. The functions work with time-of-day v alues* which conform to normally accepted cloc k values of* 1:00 to 12 : 59 BCD/binary 0 to 719 for a 12-hour clock or cloc k values* 00:00 to 23 : 59 BCD/binary 0 to 1,439 for a 24-hour clock. On po wer- up* the clock is 12 : 00 BCD/binary 0 for a 12-hour or co dynamically* nfigurable clock, or 00 : 00 BCD/binary 0 for a 24-hour clock.