#include <GDateTime.h>
Public Member Functions | |
| int | Day () |
| Returns the day. | |
| void | Day (int d) |
| Sets the day. | |
| int | Month () |
| Returns the month. | |
| void | Month (int m) |
| Sets the month. | |
| int | Year () |
| Returns the year. | |
| void | Year (int y) |
| Sets the year. | |
| void | Get (char *Str) |
| Gets the date and time as a string. | |
| bool | Get (int64 &s) |
| Gets the data and time as a 64 bit int (os specific). | |
| void | GetDate (char *Str) |
| Gets just the date as a string. | |
| void | GetTime (char *Str) |
| Gets just the time as a string. | |
| void | SetNow () |
| Sets the date and time to the system clock. | |
| bool | Set (char *Str) |
| Parses a date time from a string. | |
| bool | Set (int64 s) |
| Sets the date and time from a 64 bit int (os specific). | |
| bool | SetDate (char *Str) |
| Parses the date from a string. | |
| bool | SetTime (char *Str) |
| Parses the time from a string. | |
1.4.1