Enumeration Case 列挙ケース

NSDateComponentsFormatterZeroFormattingBehaviorDefault

The default formatting behavior. When using positional units, this behavior drops leading zeroes but pads middle and trailing values with zeros as needed. For example, with hours, minutes, and seconds displayed, the value for one hour and 10 seconds is “1:00:10”. For all other unit styles, this behavior drops all units whose values are 0. For example, when days, hours, minutes, and seconds are allowed, the abbreviated version of one hour and 10 seconds is displayed as “1h 10s”. 省略時の書式設定挙動。位置的な単位を使っている場合、この挙動は先頭のゼロを落とします、しかし真ん中と後に続く値は必要とされるだけゼロで詰め物をします。例えば、時、分、そして秒の表示では、1時間と10秒の値は “1:00:10” です。全ての他の単位スタイルに対して、この挙動は、値が0である全ての単位を落とします。例えば、日、時、分、そして秒が認められる場合、1時間と10秒の省略版は “1h 10s” のように表示されます。

Declaration 宣言

NSDateComponentsFormatterZeroFormattingBehaviorDefault = (1 << 0)