NSDateIntervalFormatterStyle 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.
Enumerates the output styles of a NSDateIntervalFormatter.
public enum NSDateIntervalFormatterStyle
type NSDateIntervalFormatterStyle =
- Inheritance
-
NSDateIntervalFormatterStyle
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Short | 1 | |
Medium | 2 | |
Long | 3 | |
Full | 4 |