Instance Property インスタンスプロパティ

zeroFormattingBehavior

The formatting style for units whose value is 0. 値がゼロである単位に対する書式設定スタイル。

Declaration 宣言

@property NSDateComponentsFormatterZeroFormattingBehavior zeroFormattingBehavior;

Discussion 議論

When the value for a particular unit is 0, the zero formatting behavior determines whether that value is retained or omitted from any resulting strings. For example, when the formatting behavior is NSDateComponentsFormatterZeroFormattingBehaviorDropTrailing, the value of one hour, ten minutes, and zero seconds would omit the mention of seconds. 特定の単位の値が0である時、このゼロ書式設定挙動は何らかの結果文字列からその値が省かれるか保持されるかを決定します。例えば、書式設定挙動がNSDateComponentsFormatterZeroFormattingBehaviorDropTrailingである時、1時間、10分、そしてゼロ秒の値は、秒に言及することを省きます。

The default value of this property is NSDateComponentsFormatterZeroFormattingBehaviorDefault. このプロパティの省略時の値は、NSDateComponentsFormatterZeroFormattingBehaviorDefaultです。

See Also 参照

Configuring the Formatter Options フォーマッタオプションを構成設定する