|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Methods in javax.cim with parameters of type CIMDateTime | |
---|---|
int |
CIMDateTimeInterval.compareTo(CIMDateTime o)
Compares the CIMDateTimeInterval object with this one. |
int |
CIMDateTimeAbsolute.compareTo(CIMDateTime pDateTime)
Compares the CIMDateTimeAbsolute object with this one. |
Uses of CIMDateTime in org.sblim.cimclient.internal.uri |
---|
Methods in org.sblim.cimclient.internal.uri that return CIMDateTime | |
---|---|
CIMDateTime |
DateTimeValue.getDateTime()
getDateTime |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |