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

date

The date calculated from the current components using the stored calendar. 現在の構成要素から格納カレンダーを使って計算される日付。

Declaration 宣言

var date: Date? { get }

Discussion 議論

Returns nil if the calendar property value of the receiver is nil or cannot convert the receiver into an NSDate object. nilを返します、もしレシーバのcalendarプロパティ値がnilであるかレシーバがNSDateオブジェクトに変換できないならば。

See Calendars, Date Components, and Calendar Units in Date and Time Programming Guide. Calendars, Date Components, and Calendar UnitsDate and Time Programming Guideで見てください。

See Also 参照

Validating a Date 日付を検証する

Related Documentation 関連文書