public final class NSCalendarOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
MatchFirst |
static long |
MatchLast |
static long |
MatchNextTime |
static long |
MatchNextTimePreservingSmallerUnits |
static long |
MatchPreviousTimePreservingSmallerUnits |
static long |
MatchStrictly |
static long |
SearchBackwards |
static long |
WrapComponents
option for arithmetic operations that do calendar addition
|
public static final long WrapComponents
public static final long MatchStrictly
public static final long SearchBackwards
public static final long MatchPreviousTimePreservingSmallerUnits
public static final long MatchNextTimePreservingSmallerUnits
public static final long MatchNextTime
public static final long MatchFirst
public static final long MatchLast