org.apache.james.mime4j.dom.field
Interface DateTimeField

All Superinterfaces:
Field, ParsedField
All Known Implementing Classes:
DateTimeFieldImpl, DateTimeFieldLenientImpl

public interface DateTimeField
extends ParsedField


Method Summary
 java.util.Date getDate()
           
 
Methods inherited from interface org.apache.james.mime4j.dom.field.ParsedField
getParseException, isValidField
 
Methods inherited from interface org.apache.james.mime4j.stream.Field
getBody, getName, getRaw
 

Method Detail

getDate

java.util.Date getDate()


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.