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

dateFormat

The date format string used by the receiver. レシーバによって使われる日付書式設定文字列。

Declaration 宣言

var dateFormat: String! { get set }

Discussion 議論

See Data Formatting Guide for a list of the conversion specifiers permitted in date format strings. Data Formatting Guideを日付書式設定文字列において許可される変換指定子のリストのために見てください。

You should only set this property when working with fixed format representations, as discussed in Working With Fixed Format Date Representations. For user-visible representations, you should use the dateStyle and timeStyle properties, or the setLocalizedDateFormatFromTemplate(_:) method if your desired format cannot be achieved using the predefined styles; both of these properties and this method provide a localized date representation appropriate for display to the user. あなたは、固定された書式設定表現を扱うときにのみこのプロパティを設定するべきです、固定された書式設定日付表現を扱うで議論されるように。ユーザが見ることができる表現のために、あなたはdateStyletimeStyleプロパティを、またはあなたの望む書式設定が前もって定義されたスタイルを使って達成されることができないならばsetLocalizedDateFormatFromTemplate(_:)メソッドを使うべきです; これらのプロパティの療法とこのメソッドは、ユーザに表示するのに適切にローカライズされた日付表現を提供します。

See Also 参照

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