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

formatOptions

Options for generating and parsing ISO 8601 date representations. See NSISO8601DateFormatOptions for possible values. ISO 8601日付表現を生成および構文解析するためのオプション。可能な値にためにNSISO8601DateFormatOptionsを見てください。

Declaration 宣言

@property NSISO8601DateFormatOptions formatOptions;

Discussion 議論

The ISO 8601 specification allows for dates to be expressed in a variety of ways. You can configure the format used to parse and generate representations by specifying various combinations of format options. ISO 8601仕様は、日付が多様なやり方で表されることを想定しています。あなたは、構文解析に使用される書式設定を構成設定して、書式設定オプションの様々な組み合わせを指定することによってそれら表現を生成することが可能です。

Format 書式設定

Example

Options オプション

Date with dash separators ダッシュ分離子をつかう日付

2016-06-13

NSISO8601DateFormatWithFullDate, NSISO8601DateFormatWithDashSeparatorInDate

RFC 3339 Date and Time RFC 3339 日付と時刻

2016-06-13T16:00:00+00:00

NSISO8601DateFormatWithInternetDateTime

Date and Time with space separator between date and time 日付と時刻の間に空白分離子を使う日付と時刻

20160613 160000

NSISO8601DateFormatWithFullDate, NSISO8601DateFormatWithFullTime, NSISO8601DateFormatWithSpaceBetweenDateAndTime

Week of Year 年内週番号

2016-W24

NSISO8601DateFormatWithYear, NSISO8601DateFormatWithWeekOfYear, NSISO8601DateFormatWithDashSeparatorInDate

Week of Year with Ordinal Weekday 年内週番号と序数的週日

2016-W24-1

NSISO8601DateFormatWithYear, NSISO8601DateFormatWithWeekOfYear, NSISO8601DateFormatWithDay, NSISO8601DateFormatWithDashSeparatorInDate

Ordinal Day of Year 年内日にち番号

2016-165

NSISO8601DateFormatWithYear, NSISO8601DateFormatWithDay, NSISO8601DateFormatWithDashSeparatorInDate

See Also 参照

Configuring the Formatter フォーマッタを構成設定する