dateStyle
timeStyle
dateFormat
+ dateFormatFromTemplate:options:locale:
formattingContext
Availability 有効性
Technology
- (void)setLocalizedDateFormatFromTemplate:(NSString
*)dateFormatTemplate;
dateFormatTemplate
A string containing date format patterns (such as “MM” or “h”). 日付書式設定パターンを含んでいる文字列(例えば “MM” や “h” など)。
For full details, see Date and Time Programming Guide. 完全な詳細として、Date and Time Programming Guideを見てください。
See Data Formatting Guide for a list of the conversion specifiers permitted in date format strings. Data Formatting Guideを日付書式設定文字列において許可される変換指定子のリストのために見てください。
Calling this method is equivalent to, but not necessarily implemented as, setting the date
property to the result of calling the date
method, passing no options and the locale
property value.
このメソッドを呼ぶことは、date
プロパティを、date
メソッドを、オプション無しでlocale
プロパティ値を渡して呼び出す結果に設定するのに等しいです、しかし必ずしもそのように実装されません。
Important 重要
You should call this method only after setting the locale
of the receiver.
あなたは、このメソッドをレシーバのlocale
を設定する後にのみ呼び出すべきです。
dateStyle
timeStyle
dateFormat
+ dateFormatFromTemplate:options:locale:
formattingContext
locale