NSCalendarUnit 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉,其值會指定計算單位 (例如秒、月、紀元) 。
此列舉支援其成員值的位元組合。
[System.Flags]
public enum NSCalendarUnit
type NSCalendarUnit =
- 繼承
-
NSCalendarUnit
- 屬性
欄位
名稱 | 值 | Description |
---|---|---|
Era | 2 | |
Year | 4 | |
Month | 8 | |
Day | 16 | |
Hour | 32 | |
Minute | 64 | |
Second | 128 | |
Week | 256 | 開發人員不應該使用此已被取代的欄位。 |
Weekday | 512 | |
WeekdayOrdinal | 1024 | |
Quarter | 2048 | |
WeekOfMonth | 4096 | |
WeekOfYear | 8192 | |
YearForWeakOfYear | 16384 | |
Nanosecond | 32768 | |
Calendar | 1048576 | |
TimeZone | 2097152 |