Wt::WDate Class Reference

A gregorian calendar date (year/month/day). More...

List of all members.

Public Member Functions

 WDate (int year, int month, int day)
 Specify a date by year, month (1-12), and day (1-31).
int year () const
 Year.
int month () const
 Month (1-12).
int day () const
 Day of month (1-31).
bool operator< (const WDate &other) const
 Compare two dates.
bool operator> (const WDate &other) const
 Compare two dates.
bool operator== (const WDate &other) const
 Compare two dates.
bool operator!= (const WDate &other) const
 Compare two dates.

Static Public Attributes

static WDate NoDate
 A sentinel for 'no date'.


Detailed Description

A gregorian calendar date (year/month/day).


The documentation for this class was generated from the following files:
Generated on Sun Jul 1 19:37:18 2007 for Wt by doxygen 1.4.7