org.sblim.wbem.cim
Class CIMSimpleDateTime
- Cloneable, Serializable
public class CIMSimpleDateTime
CIMSimpleDateTime.java
(C) Copyright IBM Corp. 2005, 2009
THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE
("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE
CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT.
You can obtain a current copy of the Eclipse Public License from
http://www.opensource.org/licenses/eclipse-1.0.php
DAY_PRECISION , FULL_PRECISION , HOUR_PRECISION , 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 , iCalendar , iDateString , iDay , iHour , iInterval , iMicrosecond , iMillisecond , iMinute , iMonth , iOffsetMinute , iPrecision , iSecond , iYear |
CIMSimpleDateTime() - Constructs an CIMDataTime used to define a point in time.
|
CIMSimpleDateTime(Calendar pCalendar) - Constructs a CIMSimpleDateTime object from the given Calendar object.
|
CIMSimpleDateTime(String pDateString) - Constructs a CIMSimpleDateTime object from the specified String defining
an date.
|
Object | clone()
|
int | getMonth() - Returns the month specified by this CIMDateTime.
|
int | getYear() - Returns the year specified by this CIMDateTime.
|
static void | main(String[] args)
|
void | setDay(int pDay) - Specifies the day of this CIMDateTime.
|
void | setMonth(int pMonth) - Specifies the month for this CIMDateTime.
|
void | setYear(int pYear) - Specifies the year for this CIMDateTime.
|
after , before , clone , clone , equals , getCalendar , getDay , getHour , getMicrosecodsPrecision , getMicrosecond , getMillisecond , getMinute , getOffsetMinute , getPrecision , getSeconds , hashCode , isDayPrecision , isHourPrecision , isInterval , isMinutePrecision , isMonthPrecision , isSecondPrecision , isYearPrecision , main , setHour , setMicroseconds , setMilliseconds , setMinute , setOffsetMinute , setPrecision , setSecond , starPadding , toMOF , toString , valueOf , valueOf , zeroPadding |
CIMSimpleDateTime
public CIMSimpleDateTime()
Constructs an CIMDataTime used to define a point in time.
CIMSimpleDateTime
public CIMSimpleDateTime(Calendar pCalendar)
Constructs a CIMSimpleDateTime object from the given Calendar object.
pCalendar
- A Calendar object
CIMSimpleDateTime
public CIMSimpleDateTime(String pDateString)
Constructs a CIMSimpleDateTime object from the specified String defining
an date.
pDateString
- A date string
getMonth
public int getMonth()
Returns the month specified by this CIMDateTime.
getYear
public int getYear()
Returns the year specified by this CIMDateTime.
setDay
public void setDay(int pDay)
Specifies the day of this CIMDateTime.
setMonth
public void setMonth(int pMonth)
Specifies the month for this CIMDateTime.
setYear
public void setYear(int pYear)
Specifies the year for this CIMDateTime.
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.