phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
DateTime.max
std
datetime
date
DateTime
Returns the
DateTime
farthest in the future which is representable by
DateTime
.
struct
DateTime
@
property
static @
safe
pure nothrow @
nogc
DateTime
max
(
)
out (result) { assert (result._date == Date.max); assert (result._tod == TimeOfDay.max); }
Meta
Source
See Implementation
std
datetime
date
DateTime
constructors
this
functions
add
diffMonths
opBinary
opCmp
opOpAssign
roll
toISOExtString
toISOString
toSimpleString
toString
properties
date
day
dayOfGregorianCal
dayOfWeek
dayOfYear
daysInMonth
endOfMonth
hour
isAD
isLeapYear
isoWeek
isoWeekYear
julianDay
max
min
minute
modJulianDay
month
second
timeOfDay
year
yearBC
static functions
fromISOExtString
fromISOString
fromSimpleString
Returns the DateTime farthest in the future which is representable by DateTime.