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 CIMDateTimeCIMDateTime.clone(CIMDateTime pClone) static CIMDateTimeCreates an CIMDateTime object from the specified String argument.protected static CIMDateTimeCIMDateTime.valueOf(CIMDateTime pDatetime, String pDateString) Methods in org.sblim.wbem.cim with parameters of type CIMDateTimeModifier and TypeMethodDescriptionbooleanCIMDateTime.after(CIMDateTime pThat) Determines if the current date time occurs after the date type from the specified object.booleanCIMDateTime.before(CIMDateTime pThat) Determines if the current date time ocurrs after the date type from the specified object.protected CIMDateTimeCIMDateTime.clone(CIMDateTime pClone) protected static CIMDateTimeCIMDateTime.valueOf(CIMDateTime pDatetime, String pDateString)