A Boolean value that indicates whether the receiver uses phrases such as “today” and “tomorrow” for the date component.
レシーバが語句、例えば “today” や “tomorrow” を日付構成要素に対して使うかどうかを指し示すブール値。
Availability
有効性
iOS 4.0+
iPadOS 4.0+
macOS 10.6+
Mac Catalyst 13.1+
tvOS 9.0+
watchOS 2.0+
Technology
Foundation
ファウンデーション
Declaration
宣言
@propertyBOOLdoesRelativeDateFormatting;
Discussion
議論
YES if the receiver uses relative date formatting, otherwise NO.YES、もしレシーバが相対日付書式設定を使うならば、そうでなけれぱNO。
If a date formatter uses relative date formatting, where possible it replaces the date component of its output with a phrase—such as “today” or “tomorrow”—that indicates a relative date. The available phrases depend on the locale for the date formatter; whereas, for dates in the future, English may only allow “tomorrow,” French may allow “the day after the day after tomorrow,” as illustrated in the following example.
日付フォーマッタが相対日付書式設定を使うならば、そこにおいてそれの出力の日付構成要素を相対日付を指し示す語句 — 例えば “today” または “tomorrow” など — と置き換えることが可能です。利用可能な語句は、日付フォーマッタに対するロケールに依存します;という次第で、未来の日付に対して、English は “tomorrow” だけが可能でしょう、French は “the day after the day after tomorrow” を可能とするでしょう、以下の例において例示されるように。
Returns a Boolean value that indicates whether the receiver attempts to process dates entered as a vernacular string.
あるブール値を返します、それはレシーバがその土地固有の文字列として入力された日付を処理しようとするかどうかを指し示します。