Timestamp.opCast

struct Timestamp
const
T
opCast
(
T
)
()
if (
T.stringof == "YearMonth" ||
T.stringof == "YearMonthDay"
||
T.stringof == "Date"
||
T.stringof == "TimeOfDay"
||
T.stringof == "date"
||
T.stringof == "DateTime"
||
T.stringof == "SysTime"
)

Meta