Class XMPDateTimeImpl

java.lang.Object
com.itextpdf.kernel.xmp.impl.XMPDateTimeImpl
All Implemented Interfaces:
XMPDateTime, Comparable

public class XMPDateTimeImpl extends Object implements XMPDateTime
The implementation of XMPDateTime. Internally a calendar is used plus an additional nano seconds field, because Calendar supports only milli seconds. The nanoSeconds convers only the resolution beyond a milli second.
Since:
16.02.2006