|
list<string> daysFull @public | List to lookup the English day of the week: "Sunday", "Monday", etc.
Sunday is used as the first day of the week, index zero.
|
list<string> daysShort @public | List to lookup the short English day of the week: "Sun", "Mon", etc.
Sunday is used as the first day of the week, index zero.
|
list<string> monthsFull @public | List to lookup the English month name: "January", "February", etc.
January has index zero.
|
list<string> monthsShort @public | List to lookup the short English month name: "Jan", "Feb", etc.
January has index zero.
|
| Returns the curent Coordinated Universal Time (UTC) since epoch in usec.
|
| Do nothing for usec microseconds.
|
| Do nothing for sec seconds.
|
|