NSDateFormatterStyle 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 of values that specify different date-format styles.
public enum NSDateFormatterStyle
type NSDateFormatterStyle =
- Inheritance
-
NSDateFormatterStyle
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Short | 1 | |
Medium | 2 | |
Long | 3 | |
Full | 4 |