SysTime.yearBC

Year B.C. of the Gregorian Calendar counting year 0 as 1 B.C.

  1. ushort yearBC [@property getter]
  2. int yearBC [@property setter]
    struct SysTime
    @property @safe scope
    void
    yearBC
    (
    int year
    )

Parameters

year int

The year B.C. to set this SysTime's year to.

Throws

std.datetime.date.DateTimeException if a non-positive value is given.

Meta