This class exists to provide an implementation of "date" structures. As is typical of data encapsulation classes, it has methods to create dates, obtain and set the parts of dates, and convert dates to other data types. |
The constructor either creates today's date or any other day (and time) that you provide:
|