NSCalendarOptions Enum

Definition

A flagging enumeration whose values specify options in calls to M:NSFoundation.NSCalendar.Components* and DateByAddingComponents(NSDateComponents, NSDate, NSDateComponentsWrappingBehavior).

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum NSCalendarOptions
type NSCalendarOptions = 
Inheritance
NSCalendarOptions
Attributes

Fields

MatchFirst 4096
MatchLast 8192
MatchNextTime 1024
MatchNextTimePreservingSmallerUnits 512
MatchPreviousTimePreservingSmallerUnits 256
MatchStrictly 2
None 0
SearchBackwards 4
WrapCalendarComponents 1

Applies to