Enumeration Case 列挙ケース

NSDateComponentsFormatterZeroFormattingBehaviorDropLeading

The drop leading zeroes formatting behavior. Units whose values are 0 are dropped starting at the beginning of the sequence. Units continue to be dropped until a non-zero value is encountered. For example, when days, hours, minutes, and seconds are allowed, the abbreviated version of ten minutes is displayed as “10m 0s”. 先頭のゼロを落とす書式設定挙動。値が0である単位は、一連のものの冒頭から開始して落とされます。単位は続けて落とされます、非ゼロの値が出会われるまで。例えば、日、時、分、そして秒が認められる場合、10分の省略版は “10m 0s” のように表示されます。

Declaration 宣言

NSDateComponentsFormatterZeroFormattingBehaviorDropLeading = (1 << 1)