Package org.apache.poi.hmef.attribute
Class MAPIDateAttribute
java.lang.Object
org.apache.poi.hmef.attribute.MAPIAttribute
org.apache.poi.hmef.attribute.MAPIDateAttribute
A pure-MAPI attribute holding a Date, which applies
to a
HMEFMessage
or one of its Attachment
s.
Timestamps are usually given in UTC.- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
MAPIDateAttribute
(MAPIProperty property, int type, byte[] data) Constructs a single new date attribute from the id, type, and the contents of the stream -
Method Summary
Methods inherited from class org.apache.poi.hmef.attribute.MAPIAttribute
create, getData, getProperty, getType
-
Constructor Details
-
MAPIDateAttribute
Constructs a single new date attribute from the id, type, and the contents of the stream
-
-
Method Details
-
getDate
-
toString
- Overrides:
toString
in classMAPIAttribute
-
getAsDate
Returns the Date of a Attribute, converting as appropriate
-