NSDateComponentsFormatterUnitsStyle 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举 NSDateComponentsFormatter 输出样式。
public enum NSDateComponentsFormatterUnitsStyle
type NSDateComponentsFormatterUnitsStyle =
- 继承
-
NSDateComponentsFormatterUnitsStyle
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Positional | 0 | |
| Abbreviated | 1 | |
| Short | 2 | |
| Full | 3 | |
| SpellOut | 4 | |
| Brief | 5 |