文書   >   Foundation   >   Dates and Times   >   Date   >   NSDate   >   description
インスタンスプロパティ
description
日付オブジェクトの文字列表現。
宣言
var description: String { get }
議論
この表現は、デバッグにのみ役立ちます。
これらは日付フォーマッタ (DateFormatter と データ書式ガイド を参照のこと)、および NSDate メソッドの description(with:), date(withCalendarFormat:timeZone:), および description(withCalendarFormat:timeZone:locale:) を含む日付用の書式設定された文字列を取得するためのオプションです。
以下も見よ
日付の記述
func description(with: Any?) -> String
指定されたロケールを使用して日付の文字列表現を返します。
var customPlaygroundQuickLook: PlaygroundQuickLook
このオブジェクトのカスタムプレイグラウンドクイックルック。
  廃止  
関連した文書
func description(withCalendarFormat: String?, timeZone: TimeZone?,
locale: Any?) -> String?
指定された変換指定子で指定された形式の日付の文字列表現を返します。
  廃止  
func date(withCalendarFormat: String?, timeZone: TimeZone?) -> NSCalendarDate
受信者を、指定された書式文字列とタイムゾーンを持つカレンダーの日付に変換します。
  廃止