Instance Property
インスタンスプロパティ
lenient
A Boolean value that indicates whether the receiver uses heuristics when parsing a string.
文字列を構文解析するときレシーバが発見的手法を使うかどうかを指し示すブール値。
Declaration
宣言
@property(getter=isLenient) BOOL lenient;
Discussion
議論
YES
if the receiver has been set to use heuristics when parsing a string to guess at the date which is intended, otherwise NO
.
YES
、もし意図される日付であると推測するために文字列を構文解析する時に発見的手法を使うようにレシーバが設定されるならば、そうでなければNO
。
If a formatter is set to be lenient, when parsing a string it uses heuristics to guess at the date which is intended. As with any guessing, it may get the result date wrong (that is, a date other than that which was intended).
フォーマッタが寛大であるように設定されるならば、文字列を構文解析する場合それは発見的手法を使って意図される日付を推測します。あらゆる推論と同様に、それは間違った結果日付を得るかもしれません(すなわち、意図されたもの以外の日付)。
See Also
参照
Managing Natural Language Support
自然言語サポートを管理する
- allowsNaturalLanguage
Returns a Boolean value that indicates whether the receiver attempts to process dates entered as a vernacular string.
あるブール値を返します、それはレシーバがその土地固有の文字列として入力された日付を処理しようとするかどうかを指し示します。
Deprecated
非推奨
doesRelativeDateFormatting
A Boolean value that indicates whether the receiver uses phrases such as “today” and “tomorrow” for the date component.
レシーバが語句、例えば “today” や “tomorrow” を日付構成要素に対して使うかどうかを指し示すブール値。