var dateStyle : DateFormatter.Style
The date style of the receiver.
レシーバの日付スタイル。
var dateFormat : String!
The date format string used by the receiver.
レシーバによって使われる日付書式設定文字列。
func setLocalizedDateFormatFromTemplate (String)
Sets the date format from a template using the specified locale for the receiver.
レシーバに対して指定されたロケールを使って、日付書式設定を雛形から設定します。
class func dateFormat (fromTemplate : String, options: Int, locale: Locale?) -> String?
Returns a localized date format string representing the given date format components arranged appropriately for the specified locale.
指定されたロケールに対して適切に整えられた、与えられた日付書式設定構成要素を表している、ローカライズされた日付書式設定文字列を返します。
var formattingContext : Formatter.Context
The capitalization formatting context used when formatting a date.
日付を書式設定するときに使われる、キャピタライズの書式設定文脈。