_CMPIDateTimeFT Struct Reference

#include <cmpift.h>

List of all members.

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)

Detailed Description

This structure is a table of pointers providing access to DateTime support sevices.


Member Data Documentation

Create an independent copy of this DateTime object. The resulting object must be released explicitly.

Parameters:
dt DateTime this pointer.
rc Output: Service return status (suppressed when NULL).
Returns:
Pointer to copied DateTime object.

Function table version.

Get DateTime setting in binary format (in microsecods starting since 00:00:00 GMT, Jan 1,1970).

Parameters:
dt DateTime this pointer.
rc Output: Service return status (suppressed when NULL).
Returns:
DateTime in binary.

Get DateTime setting in UTC string format.

Parameters:
dt DateTime this pointer.
rc Output: Service return status (suppressed when NULL).
Returns:
DateTime as UTC string.
CMPIBoolean(* _CMPIDateTimeFT::isInterval)(const CMPIDateTime *dt, CMPIStatus *rc)

Tests whether DateTime is an interval value.

Parameters:
dt DateTime this pointer.
rc Output: Service return status (suppressed when NULL).
Returns:
True if interval value.

The DateTime object will not be used any further and may be freed by CMPI run time system.

Parameters:
dt DateTime this pointer.
Returns:
Service return status.

The documentation for this struct was generated from the following file:
  • /home/builduser/trunk/pkgs/tog-pegasus/BUILD/pegasus/src/Pegasus/Provider/CMPI/cmpift.h