|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITime
This is a time representation.
ATTENTION: internally a Calendar is
used, so month and hour are zero-based.
ATTENTION: set the correct timezone
| Method Summary | |
|---|---|
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 |
getSecond()
Returns the seconds of the minute. |
TimeZone |
getTimeZone()
Returns the Timezone. |
XMLGregorianCalendar |
getValue()
Return the wrapped type. |
| 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 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 | ||||||||