- descriptionWithLocale:
Returns a string representation of the date using the given locale.
与えられたロケールを使って時間の文字列表現を返します。
Availability 有効性
Technology
@property(readonly, copy) NSString
*description;
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 NSDate
and Data Formatting Guide), and the NSDate
methods description
, date
, and description
ある日付の書式設定された文字列を得るいくつかの選択肢があります、次を含みます:日付フォーマッタ(NSDate
とData Formatting Guideを見てください)、そしてNSDate
のdescription
、date
、そしてdescription
メソッド
- descriptionWithLocale:
- descriptionWithCalendarFormat:timeZone:locale:
- dateWithCalendarFormat:timeZone: