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

includesApproximationPhrase

A Boolean value indicating whether the resulting phrase reflects an inexact time value. 結果の語句が正確でない時間値を再現するかどうかを指し示すブール値。

Declaration 宣言

@property BOOL includesApproximationPhrase;

Discussion 議論

Setting the value of this property to YES adds phrasing to output strings to reflect that the given time value is approximate and not exact. Using this property yields more correct phrasing than simply prepending the string “About” to an output string. このプロパティの値をYESに設定することは、与えられた時間値が概算で正確でないことを反映するために、言い回しを出力文字列に加えます。このプロパティを使うことは、単純に文字列 “About” を出力文字列の前に加えるよりももっと正確な言い回しを生み出します。

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

See Also 参照

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