Public Member Functions | |
XFCIMPORT void | update () |
Updates the contents of the object to current date/time. | |
Static Public Member Functions | |
XFCIMPORT XFcDateTime * | create () |
Static constructor. | |
Public Attributes | |
UINT16 | mYear |
Year, in 4 (or more) decimal digits. | |
UINT16 | mMonth |
Month, first month being 1. | |
UINT16 | mDay |
Day, first day being 1. | |
UINT16 | mHour |
Hour, 0 through 23, inclusive. | |
UINT16 | mMinute |
Minute, 0 through 59, inclusive. | |
UINT16 | mSecond |
Second, 0 through 59, inclusive. | |
UINT16 | mMillisecond |
Millisecond, 0 through 999, inclusive. | |
Protected Member Functions | |
XFCIMPORT | XFcDateTime () |
Protected constructor. |
The XFcDateTime class relies on the underlaying operating system for its functionality. If the operating system does not report some information, that value is set to some sensible default value.
|
Protected constructor.
|
|
Static constructor.
|
|
Updates the contents of the object to current date/time.
|
|
Day, first day being 1.
|
|
Hour, 0 through 23, inclusive.
|
|
Millisecond, 0 through 999, inclusive.
|
|
Minute, 0 through 59, inclusive.
|
|
Month, first month being 1.
|
|
Second, 0 through 59, inclusive.
|
|
Year, in 4 (or more) decimal digits.
|
![]() | ||||
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch |