|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.sblim.wbem.cim.CIMDateTime
org.sblim.wbem.cim.CIMTimeInterval
| Field Summary |
|---|
| Fields inherited from class org.sblim.wbem.cim.CIMDateTime |
|---|
DAY_PRECISION, FULL_PRECISION, HOUR_PRECISION, iCalendar, iDateString, iDay, iHour, iInterval, iMicrosecond, iMillisecond, iMinute, iMonth, iOffsetMinute, iPrecision, iSecond, iYear, MILLI_FIVE_DIGIT_PRECISION, MILLI_FOUR_DIGIT_PRECISION, MILLI_ONE_DIGIT_PRECISION, MILLI_SIX_DIGIT_PRECISION, MILLI_THREE_DIGIT_PRECISION, MILLI_TWO_DIGIT_PRECISION, MINUTE_PRECISION, MONTH_PRECISION, SECOND_PRECISION, YEAR_PRECISION |
| Constructor Summary | |
|---|---|
CIMTimeInterval()
Construct an object of a CIMTimeInterval. |
|
CIMTimeInterval(java.lang.String pTimeString)
Constructs an object of CIMTimeInterval for a given String that defines a valid interval. |
|
| Method Summary | |
|---|---|
protected static java.lang.String |
convertSecondsToCIMInterval(int intervalInSeconds)
|
static void |
main(java.lang.String[] args)
|
void |
setDay(int pDay)
Specifies the number of days associated with this interval of time. |
| Methods inherited from class org.sblim.wbem.cim.CIMDateTime |
|---|
after, before, clone, clone, equals, getCalendar, getDay, getHour, getMicrosecodsPrecision, getMicrosecond, getMillisecond, getMinute, getOffsetMinute, getPrecision, getSeconds, hashCode, isDayPrecision, isHourPrecision, isInterval, isMinutePrecision, isMonthPrecision, isSecondPrecision, isYearPrecision, setHour, setMicroseconds, setMilliseconds, setMinute, setOffsetMinute, setPrecision, setSecond, starPadding, toMOF, toString, valueOf, valueOf, zeroPadding |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CIMTimeInterval()
public CIMTimeInterval(java.lang.String pTimeString)
pTimeString - The time interval string| Method Detail |
public void setDay(int pDay)
pDay - A valid day of month (1<=pDay<=31)protected static java.lang.String convertSecondsToCIMInterval(int intervalInSeconds)
public static void main(java.lang.String[] args)
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||