Type Property 型プロパティ

withDay

Declaration 宣言

static var withDay: ISO8601DateFormatter.Options { get }

Discussion 議論

The date representation includes the day. The format for day is inferred based on provided options: 日付表現は、日を含みます。日に対する書式設定は、提供されたオプションに基づいて推論されます:

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

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

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