|
uHTTP for C++
|
#include <HTTPDate.h>
Public Member Functions | |
| HTTPDate () | |
| HTTPDate (SysTime date) | |
| const char * | getDateString () |
Public Member Functions inherited from uHTTP::Date | |
| Date () | |
| Date (SysTime value) | |
| Date (int year, int month, int day, int hour=0, int min=0, int sec=0) | |
| SysTime | getValue () |
| int | getYear () |
| int | getMonth () |
| int | getDay () |
| int | getWeekDay () |
| int | getHour () |
| int | getMinute () |
| int | getSecond () |
Private Attributes | |
| char | dateStr [64] |
| char | timeStr [64] |
Additional Inherited Members | |
Protected Attributes inherited from uHTTP::Date | |
| SysTime | sysTime |
| struct tm * | localDate |
| uHTTP::HTTPDate::HTTPDate | ( | ) |
| uHTTP::HTTPDate::HTTPDate | ( | SysTime | date | ) |
| const char * uHTTP::HTTPDate::getDateString | ( | ) |
|
private |
|
private |