Uses of Class
org.sblim.wbem.cim.CIMDateTime
Packages that use CIMDateTime
-
Uses of CIMDateTime in org.sblim.wbem.cim
Subclasses of CIMDateTime in org.sblim.wbem.cimMethods in org.sblim.wbem.cim that return CIMDateTimeModifier and TypeMethodDescriptionprotected CIMDateTime
CIMDateTime.clone
(CIMDateTime pClone) static CIMDateTime
Creates an CIMDateTime object from the specified String argument.protected static CIMDateTime
CIMDateTime.valueOf
(CIMDateTime pDatetime, String pDateString) Methods in org.sblim.wbem.cim with parameters of type CIMDateTimeModifier and TypeMethodDescriptionboolean
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, String pDateString)