Public Member Functions | |
| RCSystemTime (const RCSystemTime &Source) | |
| RCSystemTime & | operator= (const RCSystemTime &Source) |
| TBool | operator== (const RCSystemTime &rhs) const |
| TBool | operator!= (const RCSystemTime &rhs) const |
| TBool | operator>= (const RCSystemTime &rhs) const |
| TBool | operator> (const RCSystemTime &rhs) const |
| TBool | operator<= (const RCSystemTime &rhs) const |
| TBool | operator< (const RCSystemTime &rhs) const |
| const SYSTEMTIME & | GetTime () const |
| RCString | TimeString () const |
| RCString | DateString () const |
Protected Types | |
| enum | { ArraySize = sizeof(SYSTEMTIME) / sizeof(WORD) } |
1.4.6-NO