Purpose:
This is the class that is used to represent a time.
Methods:
init(long nHours, long nMin, long nSec, long nDST);
This method must be used following the creation of a DXTimeIP object (except for methods returning a DXTimeIP object). Initialize time object with the time.
long getHours();
long getMinutes();
long getSeconds();
Gets the seconds.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.