#include <cmpi/cmpift.h>
Public Attributes | |
int | ftVersion |
CMPIStatus(* | release )(CMPIDateTime *dt) |
CMPIDateTime *(* | clone )(const CMPIDateTime *dt, CMPIStatus *rc) |
CMPIUint64(* | getBinaryFormat )(const CMPIDateTime *dt, CMPIStatus *rc) |
CMPIString *(* | getStringFormat )(const CMPIDateTime *dt, CMPIStatus *rc) |
CMPIBoolean(* | isInterval )(const CMPIDateTime *dt, CMPIStatus *rc) |
|
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).
|
|
Get DateTime setting in UTC string format.
|
|
Tests whether DateTime is an interval value.
|
|
The DateTime object will not be used any further and may be freed by CMPI run time system.
|