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

isValidDate

A Boolean value that indicates whether the current combination of properties represents a date which exists in the current calendar. 現在のプロパティの組み合わせが、現在のカレンダーに存在する日付を表すかどうかを指し示すブール値。

Declaration 宣言

var isValidDate: Bool { get }

Discussion 議論

If the timeZone property is set on the receiver, the time zone property value is used. If the calendar property is not set on the receiver, nil is returned. timeZoneプロパティがレシーバ上で設定されるならば、そのタイムゾーンプロパティ値が使われます。calendarプロパティがレシーバ上で設定されないならば、nilが返されます。

See Also 参照

Validating a Date 日付を検証する