validDate
date
Undefined Components
未定義の構成要素
Availability 有効性
Technology
- (BOOL)isValidDateInCalendar:(NSCalendar
*)calendar;
calendar
The calendar for which to use in the calculation. 計算において使うためのカレンダー。
YES
if the date corresponding to the receiver's values is valid and exists in the given calendar, otherwise NO
.
YES
、もしレシーバの持つ値に相当する日付が有効でありそして与えられたカレンダー中に存在するならば、そうでなければNO
。
If the time
property is set on the receiver, the time zone property value is used.
time
プロパティがレシーバ上で設定されるならば、そのタイムゾーンプロパティ値が使われます。
This property should not be used for NSDate
objects that represent relative quantities of calendar components. To find the the next or previous date that matches a particular set of date components, use the NSCalendar
instance method next
instead.
このプロパティは、カレンダー構成要素の相対的な量を表すNSDate
オブジェクトに対して使われるべきではありません。特定の一揃いの日付構成要素に合致する次または前の日付を見つけるには、NSCalendar
のインスタンスメソッドnext
を代わりに使ってください。
validDate
date
Undefined Components
未定義の構成要素