Uses of Class
org.apache.jena.datatypes.xsd.IllegalDateTimeFieldException
Packages that use IllegalDateTimeFieldException
Package
Description
Provides datatype definitions for the XML Schema datatypes support by Jena.
-
Uses of IllegalDateTimeFieldException in org.apache.jena.datatypes.xsd
Methods in org.apache.jena.datatypes.xsd that throw IllegalDateTimeFieldExceptionModifier and TypeMethodDescriptionXSDDateTime.asCalendar()Return the date time as a java Calendar object.intXSDDateTime.getDays()Return the number of years in the dateTimeintXSDDateTime.getFullSeconds()Return the number of full seconds in the dateTimeintXSDDateTime.getHours()Return the number of hours in the dateTimeintXSDDateTime.getMinutes()Return the number of minutes in the dateTimeintXSDDateTime.getMonths()Return the month in the dateTime, this is in ISO8601 format so january = 1doubleXSDDateTime.getSeconds()Return the number of seconds in the dateTime, including fractional partdoubleXSDDateTime.getTimePart()Return the time component of the dateTime - i.e. just the hours/mins/seconds, and returns the values in seconds.intXSDDateTime.getYears()Return the number of years in the dateTime.