public final class DayPosition
extends Enum
Day positions, typically found in a month.
Modifier and Type | Field and Description |
---|---|
static int |
First
First occurrence found in a given interval.
|
static int |
Fourth
Fourth occurrence found in a given interval.
|
static int |
Last
Last occurrence found in a given interval.
|
static int |
None
No values are set.
|
static int |
Second
Second occurrence found in a given interval.
|
static int |
Third
Third occurrence found in a given interval.
|
public static final int None
No values are set.
public static final int First
First occurrence found in a given interval.
public static final int Second
Second occurrence found in a given interval.
public static final int Third
Third occurrence found in a given interval.
public static final int Fourth
Fourth occurrence found in a given interval.
public static final int Last
Last occurrence found in a given interval.