Date.this

  1. this(int year, int month, int day)
  2. this(int day)
    struct Date
    @safe pure nothrow @nogc
    this
    (
    int day
    )

Parameters

day int

The Xth day of the Gregorian Calendar that the constructed Date will be for.

Meta