NSDateComponentsFormatterZeroFormattingBehavior 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 how zero values should be dealt with by a NSDateComponentsFormatter.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum NSDateComponentsFormatterZeroFormattingBehavior
type NSDateComponentsFormatterZeroFormattingBehavior =
- Inheritance
-
NSDateComponentsFormatterZeroFormattingBehavior
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Default | 1 | |
DropLeading | 2 | |
DropMiddle | 4 | |
DropTrailing | 8 | |
DropAll | 14 | |
Pad | 65536 |