Purpose:
This is the class that is used to represent a time stamp.
Methods:
init(long nYear, long nMonth, long nDay, long nHours, long nMin, long nSec, long nNano, long nDST);
You must call this method following the creation of a DXTimestampDL object (except for methods returning a DXTimestampDL object). Initializes a timestamp object with the timestamp.
long getYear();
long getMonth();
long getDay();
long getHours();
long getMinutes();
long getSeconds();
long getNanos();
setNanos(long nNanos);
Sets the nano seconds.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.