Enumeration Case 列挙ケース

NSDateComponentsFormatterZeroFormattingBehaviorDropMiddle

The drop middle zero units behavior. Units whose values are 0 are dropped from anywhere in the middle of a sequence. For example, when days, hours, minutes, and seconds are allowed, the abbreviated version of one hour, zero minutes, and five seconds is displayed as “0d 1h 5s”. 真ん中のゼロの単位を落とす挙動。値が0である単位は、一連のものの真ん中のどこからも落とされます。例えば、日、時、分、そして秒が認められる場合、1時間、ゼロ分、そして5秒の省略版は “0d 1h 5s” のように表示されます。

Declaration 宣言

NSDateComponentsFormatterZeroFormattingBehaviorDropMiddle = (1 << 2)