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

description(with:)

Returns a string representation of the date using the given locale. 与えられたロケールを使って時間の文字列表現を返します。

Declaration 宣言

func description(with locale: Locale?) -> String

Parameters パラメータ

locale

A Locale. If you pass nil, Date formats the date in the same way as the description property. あるLocale。あなたがnilを渡すならば、Dateは、descriptionプロパティと同じ方法で日付を書式設定します。

Return Value 戻り値

A string representation of the Date, using the given locale, or if the locale argument is nil, in the international format YYYY-MM-DD HH:MM:SS ±HHMM, where ±HHMM represents the time zone offset in hours and minutes from UTC (for example, “2001-03-24 10:45:32 +0600”). Dateの文字列表現、与えられたロケールを使います、またはロケール引数がnilならば、国際書式YYYY-MM-DD HH:MM:SS ±HHMMにおいて、そこで±HHMMはUTCからのタイムゾーンオフセットを時間と分で表します(例えば、 “2001-03-24 10:45:32 +0600”)。

See Also 参照

Describing Dates 日付を記述する