Instance Property
インスタンスプロパティ
hash
hashValue
The computed hash value of the date.
日付の計算ハッシュ値。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 11.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
var hashValue: Int
{ get }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Describing Dates 日付を記述する
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.
日付を反映するミラー。
func hash(into: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.
この値の本質的な構成要素それらを、それらをこの与えられたハーシャーに供給する事によってハッシュ化します。
var customPlaygroundQuickLook : PlaygroundQuickLook
A custom playground Quick Look for the date.
日付のためのカスタムプレイグラウンドQuick Look。