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

date(withCalendarFormat:timeZone:)

Converts the receiver to a calendar date with a given format string and time zone. レシーバをある与えられた書式設定文字列とタイムゾーンでのあるカレンダー日付へ変換します。

Declaration 宣言

func date(withCalendarFormat format: String?, 
 timeZone aTimeZone: TimeZone?) -> NSCalendarDate

Parameters パラメータ

formatString

The format for the returned string (see Date and Number Formatters in OS X v10.0 to 10.3 for a discussion of how to create the format string). Pass nil to use the default format string, “%Y-%m-%d %H:%M:%S %z” (this conforms to the international format YYYY-MM-DD HH:MM:SS ±HHMM.) 返される文字列に対する書式設定(OS X v10.0 から 10.3 までの Date and Number Formatters を書式設定文字列を作成する方法の議論として見てください)。nilを渡して省略時の書式設定文字列を使ってください、“%Y-%m-%d %H:%M:%S %z”(これは国際化書式設定YYYY-MM-DD HH:MM:SS ±HHMMに準拠します)。

timeZone

The time zone for the new calendar date. Pass nil to use the default time zone—specific to the current locale. 新しいカレンダー日付に対するタイムゾーン。nilを渡して省略時のタイムゾーンを使ってください — 現在のロケールに特有。

Return Value 戻り値

A new NSCalendarDate object bound to formatString and the time zone timeZone. ある新しいNSCalendarDateオブジェクト、formatStringとタイムゾーンtimeZoneに縛られます。

See Also 参照

Legacy Operations レガシー演算