Uses of Class
javax.cim.CIMDateTime

Packages that use CIMDateTime
javax.cim Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification. 
org.sblim.cimclient.internal.uri Internal implementation of WBEM-URI strings parsers as defined in the CIM Infrastructure Specification. 
 

Uses of CIMDateTime in javax.cim
 

Subclasses of CIMDateTime in javax.cim
 class CIMDateTimeAbsolute
          The CIMDateTimeAbsolute class is modeled on the datetime data type as specified in the CIM specification.
 class CIMDateTimeInterval
          The CIMDateTimeInterval class is modeled on the datetime data type as specified in the CIM specification.
It is in the format: ddddddddHHMMSS.mmmmmm:000
For example, an elapsed time of 1 day, 13 hours, 23 minutes, 12 seconds would be: 00000001132312.000000:000 A UTC offset of zero is always used for interval properties.
Fields that are not significant MUST be replaced with asterisk ("*") characters.
 

Uses of CIMDateTime in org.sblim.cimclient.internal.uri
 

Methods in org.sblim.cimclient.internal.uri that return CIMDateTime
 CIMDateTime DateTimeValue.getDateTime()
          getDateTime
 CIMDateTime DateTimeValue.getDateTime()
          getDateTime
 



Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.