Index

DXDateDL

Purpose:

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

Methods:

Initialization methods
   init(long nMonth, long nDay, long nYear);
   initWithDayMonthYear(long nDay, long nMonth, long nYear);
   initWithYearMonthDay(long nYear, long nMonth, long nDay);

One of these method must be used following the creation of a DXDateDL object (except for methods returning a DXDateDL object). Initializes the date object with the date.

getYear
   long getYear();

Gets the year.

getMonth
   long getMonth();

Gets the month.

getDay
   long getDay();

Gets the day.

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