var isValidDate : Bool
var date: Date?
Availability 有効性
Technology
calendar
The calendar for which to use in the calculation. 計算において使うためのカレンダー。
true
if the date corresponding to the receiver's values is valid and exists in the given calendar, otherwise false
.
true
、もしレシーバの持つ値に相当する日付が有効でありそして与えられたカレンダー中に存在するならば、そうでなければfalse
。
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
を代わりに使ってください。
var isValidDate : Bool
var date: Date?