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

string(from:)

Returns a string representation of a specified date that the system formats using the receiver’s current settings. 指定された日付の文字列表現を返します、それはシステムがレシーバのもつ現在の設定を使って書式設定します。

Declaration 宣言

func string(from date: Date) -> String

Parameters パラメータ

date

The date to format. 書式設定する日付。

Return Value 戻り値

A string representation of date. dateの文字列表現。

Discussion 議論

For more information about using DateFormatter to produce a string representation of a date, see Working With User-Visible Representations of Dates and Times. For a sample code playground, see Displaying Human-Friendly Content. DateFormatterを使って日付の文字列表現を生み出すことについてのさらなる情報として、日付と時刻のユーザが見ることができる表現を扱うを見てください。サンプルコードプレイグラウンドとして、人にやさしい内容を表示するを見てください。

See Also 参照

Converting Objects オブジェクト変換