Instance Method インスタンスメソッド

setLocalizedDateFormatFromTemplate(_:)

Sets the date format from a template using the specified locale for the receiver. レシーバに対して指定されたロケールを使って、日付書式設定を雛形から設定します。

Declaration 宣言

func setLocalizedDateFormatFromTemplate(_ dateFormatTemplate: String)

Parameters パラメータ

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を見てください。

Discussion 議論

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 dateFormat property to the result of calling the dateFormat(fromTemplate:options:locale:) method, passing no options and the locale property value. このメソッドを呼ぶことは、dateFormatプロパティを、dateFormat(fromTemplate:options:locale:)メソッドを、オプション無しでlocaleプロパティ値を渡して呼び出す結果に設定するのに等しいです、しかし必ずしもそのように実装されません。

See Also 参照

Managing Formats and Styles 書式設定とスタイルを管理する

Related Documentation 関連文書