Instance Property
インスタンスプロパティ
debug
debugDescription
A textual description of the time zone suitable for debugging.
デバッグに適したタイムゾーンのテキスト記述。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
var debugDescription: String
{ get }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Describing Time Zones タイムゾーンを記述する
func localizedName (for: NSTimeZone.NameStyle, locale: Locale?) -> String?
Returns the name of the receiver localized for a given locale.
与えられたロケールにローカライズされたレシーバの名前を返します。
var description: String
A textual description of the time zone.
タイムゾーンのテキスト表現。
var customMirror : Mirror
A mirror that reflects the time zone.
タイムゾーンを反映するミラー。
var hashValue : Int
The computed hash value of the time zone.
タイムゾーンの計算ハッシュ値。