#include <cmpi/CmpiDateTime.h>
Inheritance diagram for CmpiDateTime:
Public Member Functions | |
CmpiDateTime (const CMPIDateTime *enc) | |
CmpiDateTime () | |
CmpiDateTime (const CmpiDateTime &original) | |
CmpiDateTime (const char *utcTime) | |
CmpiDateTime (const CMPIUint64 binTime, const CmpiBoolean interval) | |
CmpiBoolean | isInterval () const |
CMPIUint64 | getDateTime () const |
CMPIDateTime * | getEnc () const |
Protected Member Functions | |
void * | makeDateTime (CMPIBroker *mb) |
void * | makeDateTime (CMPIBroker *mb, const char *utcTime) |
void * | makeDateTime (CMPIBroker *mb, const CMPIUint64 binTime, const CmpiBoolean interval) |
|
Constructor from CMPI type |
|
Constructor - Return current time and date. |
|
|
|
Constructor - Initialize time and date according to <utcTime>.
|
|
Constructor - Initialize time and date according to <binTime>.
|
|
getDateTime - Returns DateTime in binary format.
|
|
Gets the encapsulated CMPIDateTime. |
|
isInterval - Tests whether time is an interval value.
|
|
|
|
|
|
|