Type Property 型プロパティ

withYear

Declaration 宣言

static var withYear: ISO8601DateFormatter.Options { get }

Discussion 議論

The date representation includes the year. The format for year is inferred based on the other specified options. 日付表現は、年を含みます。年に対する書式設定は、他の指定オプションに基づいて推論されます。

  • If withWeekOfYear is specified, YYYY is used. withWeekOfYearが指定されるならば、YYYYが使われます。

  • Otherwise, yyyy is used. そうでなければ、yyyyが使われます。