Package apple.foundation.enums
Class NSCalendarOptions
- java.lang.Object
-
- apple.foundation.enums.NSCalendarOptions
-
public final class NSCalendarOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longMatchFirststatic longMatchLaststatic longMatchNextTimestatic longMatchNextTimePreservingSmallerUnitsstatic longMatchPreviousTimePreservingSmallerUnitsstatic longMatchStrictlystatic longSearchBackwardsstatic longWrapComponentsoption for arithmetic operations that do calendar addition
-
-
-
Field Detail
-
WrapComponents
public static final long WrapComponents
option for arithmetic operations that do calendar addition- See Also:
- Constant Field Values
-
MatchStrictly
public static final long MatchStrictly
- See Also:
- Constant Field Values
-
SearchBackwards
public static final long SearchBackwards
- See Also:
- Constant Field Values
-
MatchPreviousTimePreservingSmallerUnits
public static final long MatchPreviousTimePreservingSmallerUnits
- See Also:
- Constant Field Values
-
MatchNextTimePreservingSmallerUnits
public static final long MatchNextTimePreservingSmallerUnits
- See Also:
- Constant Field Values
-
MatchNextTime
public static final long MatchNextTime
- See Also:
- Constant Field Values
-
MatchFirst
public static final long MatchFirst
- See Also:
- Constant Field Values
-
MatchLast
public static final long MatchLast
- See Also:
- Constant Field Values
-
-