Enum DateFormat
LUCENENET specific enum for mimicking the Java DateFormat
Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Config
Assembly: Lucene.Net.QueryParser.dll
Syntax
public enum DateFormat
Fields
| Name | Description |
|---|---|
| FULL | Full style pattern. |
| LONG | Long style pattern. |
| MEDIUM | Medium style pattern. |
| SHORT | Short style pattern. |