Index

DXTimestampV4

Purpose:

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

Methods:

initialization
        init(long    nYear, long     nMonth, long nDay,
             long    nHours, long nMin, long nSec,   long nNano,
             long    nDST);

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

getYear
        long getYear();

Gets the year.

getMonth
        long getMonth();

Gets the month.

getDay
        long getDay();

Gets the day.

getHours
        long getHours();

Gets the hours.

getMinutes
        long getMinutes();

Gets the minutes.

getSeconds
        long getSeconds();

Gets the seconds.

getNanos
        long getNanos();

Gets the nano seconds.

setNanos
        setNanos(long   nNanos);

Sets the nano seconds.

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