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 90 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) |
|
Set the time-related values hour : 0 through 23 min : 0 through 59 sec : 0 through 59 ms : 0 through 999 |
|
Retrieve English name for the Day of Week |
|
Retrieve English name for the month |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", ] |
|
Initial value: [ "null", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", ] |