|
Xbase64 Class Library
3.1.2
|
#include <xbdate.h>
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 | CenturyOf (const char *Date8) 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 | CalcRollingCenturyForYear (int) 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 & | FormatCTODdate (const char *indate) |
| 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 | |
| static int | AggregatedDaysInMonths [2][13] |
| static int | DaysInMonths [2][13] |
xbDate class
| xbDate::xbDate | ( | ) |
Short description.
| xbDate::xbDate | ( | const char * | Date8 | ) |
Short description.
| Date8 |
| xbDate::xbDate | ( | const xbString & | Date8 | ) |
Short description.
| Date8 |
|
virtual |
Destructor.
| int xbDate::CalcRollingCenturyForYear | ( | int | CalcYear | ) | const |
Short description.
| CalcYear |
| int xbDate::CenturyOf | ( | const char * | Date8 | ) | const |
Short description.
| Date8 |
| xbString & xbDate::CharDayOf | ( | const char * | Date8 | ) |
Short description.
| Date8 |
|
inline |
Short description.
| xbString & xbDate::CharMonthOf | ( | const char * | Date8 | ) |
Short description.
| Date8 |
|
inline |
Short description.
| int xbDate::DateIsValid | ( | const char * | Date8 | ) | const |
Short description.
| Date8 |
|
inline |
Short description.
| int xbDate::DayOf | ( | int | Format, |
| const char * | Date8 | ||
| ) | const |
Short description.
| Format | |
| Date8 |
|
inline |
Short description.
|
inline |
Short description.
| xbString & xbDate::FormatCTODdate | ( | const char * | indate | ) |
Short description.
| indate | in the format of MM/DD/YY |
| xbString & xbDate::FormatDate | ( | const char * | Format, |
| const char * | Date8 | ||
| ) |
Short description.
| Format | |
| Date8 |
Short description.
Short description.
Short description.
|
inline |
Short description.
|
inline |
Short description.
|
inline |
Short description.
|
inline |
Short description.
|
inline |
Short description.
| int xbDate::IsLeapYear | ( | const char * | Date8 | ) | const |
Short description.
| Date8 |
|
inline |
Short description.
|
inline |
Short description.
| long xbDate::JulianDays | ( | const char * | Date8 | ) | const |
Short description.
| Date8 |
|
inline |
Short description.
|
inline |
Short description.
| xbString & xbDate::JulToDate8 | ( | long | days | ) |
Short description.
| days |
| xbString & xbDate::LastDayOfMonth | ( | const char * | Date8 | ) |
Short description.
| Date8 |
|
inline |
Short description.
| int xbDate::MonthOf | ( | const char * | Date8 | ) | const |
Short description.
| Date8 |
|
inline |
Short description.
|
inline |
Short description.
| int xbDate::operator!= | ( | const xbDate & | d | ) | const |
Short description.
| xbString & xbDate::operator+ | ( | int | count | ) |
Short description.
| xbString & xbDate::operator++ | ( | int | ) |
Short description.
| xbString & xbDate::operator+= | ( | int | count | ) |
Short description.
| xbString & xbDate::operator- | ( | int | count | ) |
Short description.
| long xbDate::operator- | ( | const xbDate & | d | ) | const |
Short description.
| xbString & xbDate::operator-- | ( | int | ) |
Short description.
| xbString & xbDate::operator-= | ( | int | count | ) |
Short description.
| int xbDate::operator< | ( | const xbDate & | d | ) | const |
Short description.
| int xbDate::operator<= | ( | const xbDate & | d | ) | const |
Short description.
| int xbDate::operator== | ( | const xbDate & | d | ) | const |
Short description.
| int xbDate::operator> | ( | const xbDate & | d | ) | const |
Short description.
| int xbDate::operator>= | ( | const xbDate & | d | ) | const |
Short description.
| int xbDate::SetDate | ( | const char * | Date8 | ) |
Short description.
| Date8 |
|
inline |
Short description.
|
protected |
Short description.
| xbString & xbDate::Sysdate | ( | ) |
Short description.
| int xbDate::YearOf | ( | const char * | Date8 | ) | const |
Short description.
| Date8 |
|
inline |
Short description.
|
inline |
Short description.
|
staticprotected |
|
protected |
|
staticprotected |
|
protected |
1.8.2