|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDateTime
This is a representation of the builtin datatype IDateTime.
Remark: IRIS supports datatypes according to the standard specification for primitive XML Schema datatypes.
ATTENTION: internally a Calendar is
used, so setting month and hour is zero-based.
ATTENTION: set the correct timezone
| Method Summary | |
|---|---|
int |
getDay()
Returns the day of the month. |
double |
getDecimalSecond()
Return the complete floating point representation of the seconds components. |
int |
getHour()
Returns the hour of the day. |
int |
getMillisecond()
Returns the milliseconds of the second. |
int |
getMinute()
Returns the minute of the hour |
int |
getMonth()
Returns the month of the year. |
int |
getSecond()
Returns the seconds of the minute. |
TimeZone |
getTimeZone()
Returns the Timezone |
XMLGregorianCalendar |
getValue()
Return the wrapped type. |
int |
getYear()
Returns the year. |
| Methods inherited from interface org.deri.iris.api.terms.IConcreteTerm |
|---|
getDatatypeIRI, toCanonicalString |
| Methods inherited from interface org.deri.iris.api.terms.ITerm |
|---|
isGround |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
XMLGregorianCalendar getValue()
getValue in interface ITermint getYear()
int getMonth()
int getDay()
int getHour()
int getMinute()
int getSecond()
int getMillisecond()
double getDecimalSecond()
TimeZone getTimeZone()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||