var description: String
A textual description of the date value.
日付値のテキスト表現。
func description(with: Locale?) -> String
Returns a string representation of the date using the given locale.
与えられたロケールを使って時間の文字列表現を返します。
var debugDescription : String
A textual description of the date suitable for debugging.
デバッグに適する日付のテキスト表現。
var customMirror : Mirror
A mirror that reflects the date.
日付を反映するミラー。
var hashValue : Int
The computed hash value of the date.
日付の計算ハッシュ値。
func hash(into: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.
この値の本質的な構成要素それらを、それらをこの与えられたハーシャーに供給する事によってハッシュ化します。