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

includesTimeRemainingPhrase

A Boolean value indicating whether output strings reflect the amount of time remaining. 出力文字列が残りの時間量を再現するかどうかを指し示すブール値。

Declaration 宣言

var includesTimeRemainingPhrase: Bool { get set }

Discussion 議論

Setting this property to true results in output strings like “30 minutes remaining”. このプロパティの値をtrueに設定することは、“30 minutes remaining” のような出力文字列という結果になります。

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

See Also 参照

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