#include <xdate.h>
Inheritance diagram for xbDate::
Public Methods | |
xbDate () | |
Short description. More... | |
xbDate (const char *Date8) | |
Short description. More... | |
xbDate (const xbString &Date8) | |
Short description. More... | |
const xbString& | GetDate () const |
Short description. More... | |
xbString& | GetDate () |
Short description. More... | |
const xbString& | GetFormattedDate () const |
Short description. More... | |
xbString& | GetFormattedDate () |
Short description. More... | |
int | SetDate (const char *Date8) |
Short description. More... | |
int | SetDate (const xbString &Date8) |
Short description. More... | |
long | JulianDays (const char *Date8) const |
Short description. More... | |
long | JulianDays (const xbString &Date8) const |
Short description. More... | |
long | JulianDays () const |
Short description. More... | |
int | YearOf (const char *Date8) const |
Short description. More... | |
int | YearOf (const xbString &Date8) const |
Short description. More... | |
int | YearOf () const |
Short description. More... | |
int | MonthOf (const char *Date8) const |
Short description. More... | |
int | MonthOf (const xbString &Date8) const |
Short description. More... | |
int | MonthOf () const |
Short description. More... | |
int | DayOf (int Format, const char *Date8) const |
Short description. More... | |
int | DayOf (int Format, const xbString &Date8) const |
Short description. More... | |
int | DayOf (int Format) const |
Short description. More... | |
int | IsLeapYear (const char *Date8) const |
Short description. More... | |
int | IsLeapYear (const xbString &Date8) const |
Short description. More... | |
int | IsLeapYear () const |
Short description. More... | |
int | DateIsValid (const char *Date8) const |
Short description. More... | |
int | DateIsValid (const xbString &Date8) const |
Short description. More... | |
xbString& | LastDayOfMonth (const char *Date8) |
Short description. More... | |
xbString& | LastDayOfMonth (const xbString &Date8) |
Short description. More... | |
xbString& | LastDayOfMonth () |
Short description. More... | |
xbString& | Sysdate () |
Short description. More... | |
xbString& | JulToDate8 (long) |
Short description. More... | |
xbString& | FormatDate (const char *Format, const char *Date8) |
Short description. More... | |
xbString& | FormatDate (const xbString &Format, const char *Date8) |
Short description. More... | |
xbString& | FormatDate (const char *Format, const xbString &Date8) |
Short description. More... | |
xbString& | FormatDate (const xbString &Format, const xbString &Date8) |
Short description. More... | |
xbString& | FormatDate (const char *Format) |
Short description. More... | |
xbString& | FormatDate (const xbString &Format) |
Short description. More... | |
xbString& | CharDayOf (const char *Date8) |
Short description. More... | |
xbString& | CharDayOf (const xbString &Date8) |
Short description. More... | |
xbString& | CharDayOf () |
Short description. More... | |
xbString& | CharMonthOf (const char *Date8) |
Short description. More... | |
xbString& | CharMonthOf (const xbString &Date8) |
Short description. More... | |
xbString& | CharMonthOf () |
Short description. More... | |
xbString& | operator+= (int) |
Short description. More... | |
xbString& | operator-= (int) |
Short description. More... | |
xbString& | operator++ (int) |
Short description. More... | |
xbString& | operator-- (int) |
Short description. More... | |
xbString& | operator+ (int) |
Short description. More... | |
xbString& | operator- (int) |
Short description. More... | |
long | operator- (const xbDate &) const |
Short description. More... | |
int | operator== (const xbDate &) const |
Short description. More... | |
int | operator!= (const xbDate &) const |
Short description. More... | |
int | operator< (const xbDate &) const |
Short description. More... | |
int | operator> (const xbDate &) const |
Short description. More... | |
int | operator<= (const xbDate &) const |
Short description. More... | |
int | operator>= (const xbDate &) const |
Short description. More... | |
Protected Methods | |
void | SetDateTables () |
Short description. More... | |
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.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|