org.apache.poi.hmef.attribute
Class MAPIDateAttribute
java.lang.Object
org.apache.poi.hmef.attribute.MAPIAttribute
org.apache.poi.hmef.attribute.MAPIDateAttribute
public final class MAPIDateAttribute
- extends MAPIAttribute
A pure-MAPI attribute holding a Date, which applies
to a HMEFMessage
or one of its Attachment
s.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getDate
public java.util.Date getDate()
toString
public java.lang.String toString()
- Overrides:
toString
in class MAPIAttribute
getAsDate
public static java.util.Date getAsDate(MAPIAttribute attr)
- Returns the Date of a Attribute, converting as appropriate