Edytuj

Udostępnij za pośrednictwem


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

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

Applies to