Enumeration Case 列挙ケース

NSDateComponentsFormatterUnitsStylePositional

A style that uses the position of a unit of time to identify its value. 時間の単位の位置を使って、それの値を識別するスタイル。

Declaration 宣言

NSDateComponentsFormatterUnitsStylePositional = 0

Discussion 議論

This style is most commonly used for time values where the hour, minute, and second values are separated by colons. You can use the zero formatting behaviors (NSDateComponentsFormatterZeroFormattingBehavior) to further modify the formatting of this value. このスタイルは、時間値に対して最も普通に使われます、そこで時、分、そして秒の値はコロン隔てられます。あなたは、ゼロ書式設定挙動(NSDateComponentsFormatterZeroFormattingBehavior)を使って、この値の書式設定をさらにいっそう修正することができます。

For example, one hour and ten minutes is displayed in the U.S. English locale as “1:10:00”.

See Also 参照

Styles スタイル