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

description

A string representation of the date object. 日付オブジェクトの文字列表現。

Declaration 宣言

@property(readonly, copy) NSString *description;

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 NSDateFormatter and Data Formatting Guide), and the NSDate methods descriptionWithLocale:, dateWithCalendarFormat:timeZone:, and descriptionWithCalendarFormat:timeZone:locale: ある日付の書式設定された文字列を得るいくつかの選択肢があります、次を含みます:日付フォーマッタ(NSDateFormatterData Formatting Guideを見てください)、そしてNSDatedescriptionWithLocale:dateWithCalendarFormat:timeZone:、そしてdescriptionWithCalendarFormat:timeZone:locale:メソッド

See Also 参照

Describing Dates 日付を記述する

Related Documentation 関連文書