Unit Awatimes |
Classes |
Functions |
HMSAdd - TimeRec
HMSSubtract - HMSAdd
IntToHMS - In1 minus In2 gives Out
HMSSubtract
Types |
Constants |
Variables |
Functions |
HMSSubtract
Types |
TimeRec = recordAdded by A. Arnold October/November 1995.} {---------------------------------------------------- Unit defines the routines a TimeRec structure. TimeRec declares the time fields needed to support a particular event; i.e., the start of a online session. ------------------------------------------------------
iHrs : Integer;
iMins : Integer;
iSecs : Integer;
sTime : String;
rHrs : Real;
end;
Constants |
Variables |