Uses of Interface
com.itextpdf.xmp.XMPDateTime

Packages that use XMPDateTime
com.itextpdf.xmp Package containing the xmpcore interface. 
com.itextpdf.xmp.impl Package containing the xmpcore implementation. 
 

Uses of XMPDateTime in com.itextpdf.xmp
 

Methods in com.itextpdf.xmp that return XMPDateTime
static XMPDateTime XMPUtils.convertToDate(String rawValue)
          Converts a string value to an XMPDateTime.
static XMPDateTime XMPDateTimeFactory.convertToLocalTime(XMPDateTime dateTime)
          Make sure a time is local.
static XMPDateTime XMPDateTimeFactory.convertToUTCTime(XMPDateTime dateTime)
          Make sure a time is UTC.
static XMPDateTime XMPDateTimeFactory.create()
          Creates an empty XMPDateTime-object.
static XMPDateTime XMPDateTimeFactory.create(int year, int month, int day)
          Creates an XMPDateTime-object from initial values.
static XMPDateTime XMPDateTimeFactory.create(int year, int month, int day, int hour, int minute, int second, int nanoSecond)
          Creates an XMPDateTime-object from initial values.
static XMPDateTime XMPDateTimeFactory.createFromCalendar(Calendar calendar)
          Creates an XMPDateTime from a Calendar-object.
static XMPDateTime XMPDateTimeFactory.createFromISO8601(String strValue)
          Creates an XMPDateTime from an ISO 8601 string.
static XMPDateTime XMPDateTimeFactory.getCurrentDateTime()
          Obtain the current date and time.
 XMPDateTime XMPMeta.getPropertyDate(String schemaNS, String propName)
          Convenience method to retrieve the literal value of a property.
static XMPDateTime XMPDateTimeFactory.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 com.itextpdf.xmp with parameters of type XMPDateTime
static String XMPUtils.convertFromDate(XMPDateTime value)
          Convert from XMPDateTime to string.
static XMPDateTime XMPDateTimeFactory.convertToLocalTime(XMPDateTime dateTime)
          Make sure a time is local.
static XMPDateTime XMPDateTimeFactory.convertToUTCTime(XMPDateTime dateTime)
          Make sure a time is UTC.
static XMPDateTime XMPDateTimeFactory.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.
 void XMPMeta.setPropertyDate(String schemaNS, String propName, XMPDateTime propValue)
           
 void XMPMeta.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 com.itextpdf.xmp.impl
 

Classes in com.itextpdf.xmp.impl that implement XMPDateTime
 class XMPDateTimeImpl
          The implementation of XMPDateTime.
 

Methods in com.itextpdf.xmp.impl that return XMPDateTime
 XMPDateTime XMPMetaImpl.getPropertyDate(String schemaNS, String propName)
           
static XMPDateTime ISO8601Converter.parse(String iso8601String)
          Converts an ISO 8601 string to an XMPDateTime.
static XMPDateTime ISO8601Converter.parse(String iso8601String, XMPDateTime binValue)
           
 

Methods in com.itextpdf.xmp.impl with parameters of type XMPDateTime
static XMPDateTime ISO8601Converter.parse(String iso8601String, XMPDateTime binValue)
           
static String ISO8601Converter.render(XMPDateTime dateTime)
          Converts a Calendar into an ISO 8601 string.
 void XMPMetaImpl.setPropertyDate(String schemaNS, String propName, XMPDateTime propValue)
           
 void XMPMetaImpl.setPropertyDate(String schemaNS, String propName, XMPDateTime propValue, PropertyOptions options)
           
 



Copyright © 2013. All Rights Reserved.