CMPI 2.1.0 API
|
Functions | |
static CMPIUint64 | CMGetBinaryFormat (const CMPIDateTime *dt, CMPIStatus *rc) |
Get the value of a CMPIDateTime object in binary format. More... | |
static CMPIString * | CMGetStringFormat (const CMPIDateTime *dt, CMPIStatus *rc) |
Get the value of a CMPIDateTime object in the string format defined for the CIM datetime type. More... | |
static CMPIBoolean | CMIsInterval (const CMPIDateTime *dt, CMPIStatus *rc) |
Test whether a CMPIDateTime object contains an interval value. More... | |
|
inlinestatic |
Get the value of a CMPIDateTime object in binary format.
dt | CMPIDateTime object. | |
[out] | rc | Function return status (suppressed when NULL). |
|
inlinestatic |
Get the value of a CMPIDateTime object in the string format defined for the CIM datetime
type.
dt | CMPIDateTime object. | |
[out] | rc | Function return status (suppressed when NULL). |
datetime
type.
|
inlinestatic |
Test whether a CMPIDateTime object contains an interval value.
dt | CMPIDateTime object. | |
[out] | rc | Function return status (suppressed when NULL). |
true | The CMPIDateTime object contains an interval value. |
false | The CMPIDateTime object does not contain an interval value. |