#include <xdate.h>
Inheritance diagram for xbDate:
Public Member Functions | |
xbDate () | |
Short description. | |
xbDate (const char *Date8) | |
Short description. | |
xbDate (const xbString &Date8) | |
Short description. | |
virtual | ~xbDate () |
Destructor. | |
const xbString & | GetDate () const |
Short description. | |
xbString & | GetDate () |
Short description. | |
const xbString & | GetFormattedDate () const |
Short description. | |
xbString & | GetFormattedDate () |
Short description. | |
int | SetDate (const char *Date8) |
Short description. | |
int | SetDate (const xbString &Date8) |
Short description. | |
long | JulianDays (const char *Date8) const |
Short description. | |
long | JulianDays (const xbString &Date8) const |
Short description. | |
long | JulianDays () const |
Short description. | |
int | YearOf (const char *Date8) const |
Short description. | |
int | YearOf (const xbString &Date8) const |
Short description. | |
int | YearOf () const |
Short description. | |
int | MonthOf (const char *Date8) const |
Short description. | |
int | MonthOf (const xbString &Date8) const |
Short description. | |
int | MonthOf () const |
Short description. | |
int | DayOf (int Format, const char *Date8) const |
Short description. | |
int | DayOf (int Format, const xbString &Date8) const |
Short description. | |
int | DayOf (int Format) const |
Short description. | |
int | IsLeapYear (const char *Date8) const |
Short description. | |
int | IsLeapYear (const xbString &Date8) const |
Short description. | |
int | IsLeapYear () const |
Short description. | |
int | DateIsValid (const char *Date8) const |
Short description. | |
int | DateIsValid (const xbString &Date8) const |
Short description. | |
xbString & | LastDayOfMonth (const char *Date8) |
Short description. | |
xbString & | LastDayOfMonth (const xbString &Date8) |
Short description. | |
xbString & | LastDayOfMonth () |
Short description. | |
xbString & | Sysdate () |
Short description. | |
xbString & | JulToDate8 (long) |
Short description. | |
xbString & | FormatDate (const char *Format, const char *Date8) |
Short description. | |
xbString & | FormatDate (const xbString &Format, const char *Date8) |
Short description. | |
xbString & | FormatDate (const char *Format, const xbString &Date8) |
Short description. | |
xbString & | FormatDate (const xbString &Format, const xbString &Date8) |
Short description. | |
xbString & | FormatDate (const char *Format) |
Short description. | |
xbString & | FormatDate (const xbString &Format) |
Short description. | |
xbString & | CharDayOf (const char *Date8) |
Short description. | |
xbString & | CharDayOf (const xbString &Date8) |
Short description. | |
xbString & | CharDayOf () |
Short description. | |
xbString & | CharMonthOf (const char *Date8) |
Short description. | |
xbString & | CharMonthOf (const xbString &Date8) |
Short description. | |
xbString & | CharMonthOf () |
Short description. | |
xbString & | operator+= (int) |
Short description. | |
xbString & | operator-= (int) |
Short description. | |
xbString & | operator++ (int) |
Short description. | |
xbString & | operator-- (int) |
Short description. | |
xbString & | operator+ (int) |
Short description. | |
xbString & | operator- (int) |
Short description. | |
long | operator- (const xbDate &) const |
Short description. | |
int | operator== (const xbDate &) const |
Short description. | |
int | operator!= (const xbDate &) const |
Short description. | |
int | operator< (const xbDate &) const |
Short description. | |
int | operator> (const xbDate &) const |
Short description. | |
int | operator<= (const xbDate &) const |
Short description. | |
int | operator>= (const xbDate &) const |
Short description. | |
Protected Member Functions | |
void | SetDateTables () |
Short description. | |
Protected Attributes | |
xbString | cDate8 |
xbString | fDate |
Static Protected Attributes | |
int | AggregatedDaysInMonths [2][13] |
int | DaysInMonths [2][13] |
const xbString * | Days [7] |
const xbString * | Months [12] |
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Destructor.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
|
|
|
|
|
|
|
|
|
|
|