|
virtual void | Dispose () |
|
| DateTime (int year, int month, int day, int hour, int minute, int second, bool isLocal) |
|
| DateTime (int year, int month, int day, int hour, int minute, int second) |
|
int | getYear () |
|
int | getMonth () |
|
int | getDay () |
|
int | getHour () |
|
int | getMinute () |
|
int | getSecond () |
|
bool | isLocalTime () |
|
void | setIsLocalTime (bool isLocal) |
|
string | ToISOString () |
| Returns an ISO 8601 representation of the DateTime /summary> - Returns
- The string representation of the DateTime in the format "yyyy-MM-ddTHH:mm:ss.fffZ".
|
|
string | ToSortableString () |
| Returns a string representation of the DateTime that will be chronologically sortable for positive years. /summary> - Returns
- The string representation of the DateTime in the format "yyyy-MM-dd HH:mm:ssZ".
|
|