Instance Property インスタンスプロパティ

description

A textual description of the date value. 日付値のテキスト表現。

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 Displaying Human-Friendly Content), and the Date function description(locale:). ある日付の書式設定された文字列を得るいくつかの選択肢があります、次を含みます:日付フォーマッタ(DateFormatterSwiftデータ型と文字列の間で変換するを見てください)、そしてDateの関数description(locale:)

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Describing Dates 日付を記述する