Public Member Functions | |
void | setDate (int year, int month, int day, int dow=0) |
void | setTime (int hour, int min, int sec, int ms=0) |
char[] | toDowName () |
char[] | toMonthName () |
Public Attributes | |
int | year |
int | month |
int | day |
int | hour |
int | min |
int | sec |
int | ms |
int | dow |
Static Private Attributes | |
static char[][] | Days |
static char[][] | Months |
Classes | |
class | VersionPosix |
class | VersionWin32 |
Definition at line 80 of file Epoch.d.
|
Set the date-related values year : fully defined year ~ e.g. 2005 month : 1 through 12 day : 1 through 31 dow : 0 through 6; sunday=0 (typically set by O/S) Definition at line 139 of file Epoch.d. References dow. |
|
Set the time-related values hour : 0 through 23 min : 0 through 59 sec : 0 through 59 ms : 0 through 999 Definition at line 158 of file Epoch.d. References ms. |
|
Retrieve English name for the Day of Week |
|
Retrieve English name for the month |
|
Definition at line 82 of file Epoch.d. Referenced by Epoch::Fields::VersionPosix::getUtcTime(), Epoch::Fields::VersionWin32::getUtcTime(), Epoch::Fields::VersionPosix::setLocalTime(), Epoch::Fields::VersionPosix::setUtcTime(), and Epoch::Fields::VersionWin32::setUtcTime(). |
|
Definition at line 82 of file Epoch.d. Referenced by Epoch::Fields::VersionPosix::getUtcTime(), Epoch::Fields::VersionWin32::getUtcTime(), Epoch::Fields::VersionPosix::setLocalTime(), Epoch::Fields::VersionPosix::setUtcTime(), Epoch::Fields::VersionWin32::setUtcTime(), and toMonthName(). |
|
Definition at line 82 of file Epoch.d. Referenced by Epoch::Fields::VersionPosix::getUtcTime(), Epoch::Fields::VersionWin32::getUtcTime(), Epoch::Fields::VersionPosix::setLocalTime(), Epoch::Fields::VersionPosix::setUtcTime(), and Epoch::Fields::VersionWin32::setUtcTime(). |
|
Definition at line 82 of file Epoch.d. Referenced by Epoch::Fields::VersionPosix::getUtcTime(), Epoch::Fields::VersionWin32::getUtcTime(), Epoch::Fields::VersionPosix::setLocalTime(), Epoch::Fields::VersionPosix::setUtcTime(), and Epoch::Fields::VersionWin32::setUtcTime(). |
|
Definition at line 82 of file Epoch.d. Referenced by Epoch::Fields::VersionPosix::getUtcTime(), Epoch::Fields::VersionWin32::getUtcTime(), Epoch::Fields::VersionPosix::setLocalTime(), Epoch::Fields::VersionPosix::setUtcTime(), and Epoch::Fields::VersionWin32::setUtcTime(). |
|
Definition at line 82 of file Epoch.d. Referenced by Epoch::Fields::VersionPosix::getUtcTime(), Epoch::Fields::VersionWin32::getUtcTime(), Epoch::Fields::VersionPosix::setLocalTime(), Epoch::Fields::VersionPosix::setUtcTime(), and Epoch::Fields::VersionWin32::setUtcTime(). |
|
Definition at line 82 of file Epoch.d. Referenced by Epoch::Fields::VersionPosix::getUtcTime(), Epoch::Fields::VersionWin32::getUtcTime(), Epoch::Fields::VersionPosix::setLocalTime(), setTime(), Epoch::Fields::VersionPosix::setUtcTime(), and Epoch::Fields::VersionWin32::setUtcTime(). |
|
Definition at line 82 of file Epoch.d. Referenced by setDate(), Epoch::Fields::VersionPosix::setLocalTime(), Epoch::Fields::VersionPosix::setUtcTime(), Epoch::Fields::VersionWin32::setUtcTime(), and toDowName(). |
|
Initial value: [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", ] Definition at line 96 of file Epoch.d. Referenced by toDowName(). |
|
Initial value: [ "null", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", ] Definition at line 111 of file Epoch.d. Referenced by toMonthName(). |