RFC822 DateTime field representation.
More...
#include <datetime.h>
|
enum | {
Jan = 1,
Feb,
Mar,
Apr,
May,
Jun,
Jul,
Aug,
Sep,
Oct,
Nov,
Dec
} |
|
enum | {
Mon = 1,
Tue,
Wed,
Thu,
Fri,
Sat,
Sun
} |
|
enum | {
GMT = +000,
UT = +000,
BST = +100,
CET = +100,
MET = +100,
EET = +200,
IST = +200,
METDST = +200,
EDT = -400,
CDT = -500,
EST = -500,
CST = -600,
MDT = -600,
MST = -700,
PDT = -700,
HKT = +800,
PST = -800,
JST = +900
} |
|
|
| DateTime (const char *) |
|
| DateTime (const std::string &) |
|
DayOfWeek | dayOfWeek () const |
|
short | day () const |
|
Month | month () const |
|
short | year () const |
|
short | hour () const |
|
short | minute () const |
|
short | second () const |
|
Zone | zone () const |
|
std::string | str () const |
|
|
FieldValue * | clone () const |
|
bool | typeChecked () const |
|
void | typeChecked (bool) |
|
|
std::ostream & | operator<< (std::ostream &, const DateTime &) |
|
RFC822 DateTime field representation.
The documentation for this struct was generated from the following file: