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

formatOptions

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

Declaration 宣言

var formatOptions: ISO8601DateFormatter.Options { get set }

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

withFullDate, withDashSeparatorInDate

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

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

withInternetDateTime

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

20160613 160000

withFullDate, withFullTime, withSpaceBetweenDateAndTime

Week of Year 年内週番号

2016-W24

withYear, withWeekOfYear, withDashSeparatorInDate

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

2016-W24-1

withYear, withWeekOfYear, withDay, withDashSeparatorInDate

Ordinal Day of Year 年内日にち番号

2016-165

withYear, withDay, withDashSeparatorInDate

See Also 参照

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