phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Date.this
std
datetime
date
Date
this
(int year, int month, int day)
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
Source
See Implementation
std
datetime
date
Date
constructors
this
functions
add
diffMonths
opBinary
opCmp
opOpAssign
roll
toISOExtString
toISOString
toSimpleString
toString
properties
day
dayOfGregorianCal
dayOfWeek
dayOfYear
daysInMonth
endOfMonth
isAD
isLeapYear
isoWeek
isoWeekAndYear
isoWeekYear
julianDay
max
min
modJulianDay
month
year
yearBC
static functions
fromISOExtString
fromISOString
fromSimpleString