Uses of Class
org.sblim.wbem.cim.CIMDateTime
-
Packages that use CIMDateTime Package Description org.sblim.wbem.cim Representation of CIM data in Java. -
-
Uses of CIMDateTime in org.sblim.wbem.cim
Subclasses of CIMDateTime in org.sblim.wbem.cim Modifier and Type Class Description class
CIMSimpleDateTime
class
CIMTimeInterval
Methods in org.sblim.wbem.cim that return CIMDateTime Modifier and Type Method Description protected CIMDateTime
CIMDateTime. clone(CIMDateTime pClone)
static CIMDateTime
CIMDateTime. valueOf(java.lang.String pDateString)
Creates an CIMDateTime object from the specified String argument.protected static CIMDateTime
CIMDateTime. valueOf(CIMDateTime pDatetime, java.lang.String pDateString)
Methods in org.sblim.wbem.cim with parameters of type CIMDateTime Modifier and Type Method Description boolean
CIMDateTime. after(CIMDateTime pThat)
Determines if the current date time occurs after the date type from the specified object.boolean
CIMDateTime. before(CIMDateTime pThat)
Determines if the current date time ocurrs after the date type from the specified object.protected CIMDateTime
CIMDateTime. clone(CIMDateTime pClone)
protected static CIMDateTime
CIMDateTime. valueOf(CIMDateTime pDatetime, java.lang.String pDateString)
-