The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
DateTimeException
mir
date
version(D_Exceptions)
class
DateTimeException :
Exception
{
this
(string msg, string file, size_t line, Throwable nextInChain);
this
(string msg, Throwable nextInChain, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable nextInChain)
this
(string msg, Throwable nextInChain, string file, size_t line)
Meta
Source
See Implementation
mir
date
aliases
date
opCast
toString
classes
DateTimeException
constructors
this
enums
AllowDayOverflow
AssumePeriod
Month
Quarter
functions
add
day
dayNumber
daysToDayOfWeek
maxDay
opBinary
opBinaryRight
opCmp
opOpAssign
quarter
timestamp
toHash
toISOExtString
toISOString
toSimpleString
valid
year
yearIsLeapYear
yearMonthDay
yearQuarter
properties
dayOfGregorianCal
dayOfWeek
dayOfYear
daysInMonth
endOfMonth
endOfQuarter
isAD
isLeapYear
julianDay
max
min
modJulianDay
static functions
fromDayNumber
fromISOExtString
fromISOString
fromSimpleString
fromString
fromYMD
trustedCreate
structs
YearMonth
YearQuarter
variables
month