Package | Description |
---|---|
org.apache.james.mime4j.field |
Modifier and Type | Method and Description |
---|---|
static DateTimeField |
Fields.date(Date date)
Creates a Date field from the specified
Date
value. |
static DateTimeField |
Fields.date(String fieldName,
Date date)
Creates a date field from the specified field name and
Date
value. |
static DateTimeField |
Fields.date(String fieldName,
Date date,
TimeZone zone)
Creates a date field from the specified field name,
Date
and TimeZone values. |
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.