Instance Property
インスタンスプロパティ
description
A string representation of the date object.
日付オブジェクトの文字列表現。
Declaration
宣言
var description: String
{ get }
Discussion
議論
The representation is useful for debugging only.
この表現は、デバッグに対してのみ実用的です。
There are a number of options to acquire a formatted string for a date including: date formatters (see DateFormatter
and Data Formatting Guide), and the NSDate
methods description(with:)
, date(withCalendarFormat:timeZone:)
, and description(withCalendarFormat:timeZone:locale:)
ある日付の書式設定された文字列を得るいくつかの選択肢があります、次を含みます:日付フォーマッタ(DateFormatter
とData Formatting Guideを見てください)、そしてNSDate
のdescription(with:)
、date(withCalendarFormat:timeZone:)
、そしてdescription(withCalendarFormat:timeZone:locale:)
メソッド
See Also
参照
Related Documentation
関連文書