NSDateComponentsFormatterZeroFormattingBehavior Enum

Definition

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

Default 1
DropAll 14
DropLeading 2
DropMiddle 4
DropTrailing 8
None 0
Pad 65536

Applies to