Package org.apache.poi.hmef.attribute
Class TNEFDateAttribute
- java.lang.Object
 - 
- org.apache.poi.hmef.attribute.TNEFAttribute
 - 
- org.apache.poi.hmef.attribute.TNEFDateAttribute
 
 
 
- 
public final class TNEFDateAttribute extends TNEFAttribute
A Date attribute which applies to aHMEFMessageor one of itsAttachments. 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.DategetAsDate(TNEFAttribute attr)Returns the Date of a Attribute, converting as appropriatejava.util.DategetDate()java.lang.StringtoString()- 
Methods inherited from class org.apache.poi.hmef.attribute.TNEFAttribute
create, getData, getProperty, getType 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getDate
public java.util.Date getDate()
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classTNEFAttribute
 
- 
getAsDate
public static java.util.Date getAsDate(TNEFAttribute attr)
Returns the Date of a Attribute, converting as appropriate 
 - 
 
 -