|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IllegalDateTimeFieldException | |
com.hp.hpl.jena.datatypes.xsd | Provides datatype definitions for the XML Schema datatypes support by Jena. |
Uses of IllegalDateTimeFieldException in com.hp.hpl.jena.datatypes.xsd |
Methods in com.hp.hpl.jena.datatypes.xsd that throw IllegalDateTimeFieldException | |
java.util.Calendar |
XSDDateTime.asCalendar()
Return the date time as a java Calendar object. |
int |
XSDDateTime.getYears()
Return the number of years in the dateTime. |
int |
XSDDateTime.getMonths()
Return the number of months in the dateTime |
int |
XSDDateTime.getDays()
Return the number of years in the dateTime |
int |
XSDDateTime.getHours()
Return the number of hours in the dateTime |
int |
XSDDateTime.getMinutes()
Return the number of minutes in the dateTime |
int |
XSDDateTime.getFullSeconds()
Return the number of full seconds in the dateTime |
double |
XSDDateTime.getSeconds()
Return the number of seconds in the dateTime, including fractional part |
double |
XSDDateTime.getTimePart()
Return the time component of the dateTime - i.e. just the hours/mins/seconds, and returns the values in seconds. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |