Index

DXTimeV4

Purpose:

This is the class that is used to represent a time.

Methods:

initialization
        init(long nHours, long nMin, long nSec, long nDST);

This method must be used following the creation of a DXTimeV4 object (except for methods returning a DXTimeV4 object). Initializes the time object with the time.

getHours
        long getHours();

Gets the hours.

getMinutes
        long getMinutes();

Gets the minutes.

getSeconds
        long getSeconds();

Gets the seconds.

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.