Uses of Interface
org.verapdf.xmp.XMPDateTime
-
Packages that use XMPDateTime Package Description org.verapdf.xmp Package containing the xmpcore interface.org.verapdf.xmp.impl Package containing the xmpcore implementation. -
-
Uses of XMPDateTime in org.verapdf.xmp
Methods in org.verapdf.xmp that return XMPDateTime Modifier and Type Method Description static XMPDateTimeXMPUtils. convertToDate(String rawValue)Converts a string value to anXMPDateTime.static XMPDateTimeXMPDateTimeFactory. convertToLocalTime(XMPDateTime dateTime)Make sure a time is local.static XMPDateTimeXMPDateTimeFactory. convertToUTCTime(XMPDateTime dateTime)Make sure a time is UTC.static XMPDateTimeXMPDateTimeFactory. create()Creates an emptyXMPDateTime-object.static XMPDateTimeXMPDateTimeFactory. create(int year, int month, int day)Creates anXMPDateTime-object from initial values.static XMPDateTimeXMPDateTimeFactory. create(int year, int month, int day, int hour, int minute, int second, int nanoSecond)Creates anXMPDateTime-object from initial values.static XMPDateTimeXMPDateTimeFactory. createFromCalendar(Calendar calendar)Creates anXMPDateTimefrom aCalendar-object.static XMPDateTimeXMPDateTimeFactory. createFromISO8601(String strValue)Creates anXMPDateTimefrom an ISO 8601 string.static XMPDateTimeXMPDateTimeFactory. getCurrentDateTime()Obtain the current date and time.XMPDateTimeXMPMeta. getPropertyDate(String schemaNS, String propName)Convenience method to retrieve the literal value of a property.static XMPDateTimeXMPDateTimeFactory. setLocalTimeZone(XMPDateTime dateTime)Sets the local time zone without touching any other Any existing time zone value is replaced, the other date/time fields are not adjusted in any way.Methods in org.verapdf.xmp with parameters of type XMPDateTime Modifier and Type Method Description static StringXMPUtils. convertFromDate(XMPDateTime value)Convert fromXMPDateTimeto string.static XMPDateTimeXMPDateTimeFactory. convertToLocalTime(XMPDateTime dateTime)Make sure a time is local.static XMPDateTimeXMPDateTimeFactory. convertToUTCTime(XMPDateTime dateTime)Make sure a time is UTC.static XMPDateTimeXMPDateTimeFactory. setLocalTimeZone(XMPDateTime dateTime)Sets the local time zone without touching any other Any existing time zone value is replaced, the other date/time fields are not adjusted in any way.voidXMPMeta. setPropertyDate(String schemaNS, String propName, XMPDateTime propValue)voidXMPMeta. setPropertyDate(String schemaNS, String propName, XMPDateTime propValue, PropertyOptions options)Convenience method to set a property with an XMPDateTime-object, which is serialized to an ISO8601 date. -
Uses of XMPDateTime in org.verapdf.xmp.impl
Classes in org.verapdf.xmp.impl that implement XMPDateTime Modifier and Type Class Description classXMPDateTimeImplThe implementation ofXMPDateTime.Methods in org.verapdf.xmp.impl that return XMPDateTime Modifier and Type Method Description XMPDateTimeXMPMetaImpl. getPropertyDate(String schemaNS, String propName)static XMPDateTimeISO8601Converter. parse(String iso8601String)Converts an ISO 8601 string to anXMPDateTime.static XMPDateTimeISO8601Converter. parse(String iso8601String, XMPDateTime binValue)Methods in org.verapdf.xmp.impl with parameters of type XMPDateTime Modifier and Type Method Description static XMPDateTimeISO8601Converter. parse(String iso8601String, XMPDateTime binValue)static StringISO8601Converter. render(XMPDateTime dateTime)Converts aCalendarinto an ISO 8601 string.voidXMPMetaImpl. setPropertyDate(String schemaNS, String propName, XMPDateTime propValue)voidXMPMetaImpl. setPropertyDate(String schemaNS, String propName, XMPDateTime propValue, PropertyOptions options)
-