Purpose:
This class represents a date.
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 methods must be used following the creation of a DXDateFed object (except for methods returning a DXDateFed object). Initialize date object with the date.
long getYear();
long getMonth();
long getDay();
Gets the day.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.