#include <cmpift.h>
Collaboration diagram for _CMPIDateTimeFT:

| Public Attributes | |
| int | ftVersion | 
| Function table version. | |
| CMPIStatus(* | release )(CMPIDateTime *dt) | 
| The DateTime object will not be used any further and may be freed by CMPI run time system. | |
| CMPIDateTime *(* | clone )(const CMPIDateTime *dt, CMPIStatus *rc) | 
| Create an independent copy of this DateTime object. | |
| CMPIUint64(* | getBinaryFormat )(const CMPIDateTime *dt, CMPIStatus *rc) | 
| Get DateTime setting in binary format (in microsecods starting since 00:00:00 GMT, Jan 1,1970). | |
| CMPIString *(* | getStringFormat )(const CMPIDateTime *dt, CMPIStatus *rc) | 
| Get DateTime setting in UTC string format. | |
| CMPIBoolean(* | isInterval )(const CMPIDateTime *dt, CMPIStatus *rc) | 
| Tests whether DateTime is an interval value. | |
Definition at line 2007 of file cmpift.h.
| 
 | 
| Create an independent copy of this DateTime object. The resulting object must be released explicitly. 
 
 | 
| 
 | 
| Function table version. 
 | 
| 
 | 
| Get DateTime setting in binary format (in microsecods starting since 00:00:00 GMT, Jan 1,1970). 
 
 
 Referenced by CmpiDateTime::getDateTime(). | 
| 
 | 
| Get DateTime setting in UTC string format. 
 
 
 | 
| 
 | 
| Tests whether DateTime is an interval value. 
 
 
 Referenced by CmpiDateTime::isInterval(). | 
| 
 | 
| The DateTime object will not be used any further and may be freed by CMPI run time system. 
 
 
 | 
 1.4.6
 1.4.6