var timeZone : TimeZone!
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 ダッシュ分離子をつかう日付 |
|
|
|
||
Date and Time with space separator between date and time 日付と時刻の間に空白分離子を使う日付と時刻 |
|
|
Week of Year 年内週番号 |
|
|
Week of Year with Ordinal Weekday 年内週番号と序数的週日 |
|
|
Ordinal Day of Year 年内日にち番号 |
|
Important 重要
Resetting this property can incur a significant performance cost, as it may cause internal state to be regenerated. このプロパティを規定値に戻すことは、かなりの性能経費を招きかねません、それが内部状態を再生されることを引き起こすかもしれないので。