NSCalendarUnit Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify calendrical units (e.g., seconds, months, eras).
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum NSCalendarUnit
type NSCalendarUnit =
- Inheritance
-
NSCalendarUnit
- Attributes
Fields
Calendar | 1048576 | |
Day | 16 | |
Era | 2 | |
Hour | 32 | |
Minute | 64 | |
Month | 8 | |
Nanosecond | 32768 | |
Quarter | 2048 | |
Second | 128 | |
TimeZone | 2097152 | |
Week | 256 | Developers should not use this deprecated field. |
Weekday | 512 | |
WeekdayOrdinal | 1024 | |
WeekOfMonth | 4096 | |
WeekOfYear | 8192 | |
Year | 4 | |
YearForWeakOfYear | 16384 |