Instance Property
インスタンスプロパティ
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
Important
重要
Resetting this property can incur a significant performance cost, as it may cause internal state to be regenerated.
このプロパティを規定値に戻すことは、かなりの性能経費を招きかねません、それが内部状態を再生されることを引き起こすかもしれないので。
See Also
参照
Configuring the Formatter
フォーマッタを構成設定する
timeZone
The time zone used to create and parse date representations. When unspecified, GMT is used.
日付表現の作成と構文解析に使われるタイムゾーン。指定されない場合、GMTが使われます。