Package | Description |
---|---|
org.apache.james.mime4j.field |
Modifier and Type | Class and Description |
---|---|
class |
DateTimeFieldImpl
Date-time field such as
Date or Resent-Date . |
class |
DateTimeFieldLenientImpl
Date-time field such as
Date or Resent-Date . |
Modifier and Type | Field and Description |
---|---|
static FieldParser<DateTimeField> |
DateTimeFieldImpl.PARSER |
static FieldParser<DateTimeField> |
DateTimeFieldLenientImpl.PARSER |
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–2023 The Apache Software Foundation. All rights reserved.