SysTime.opCast

Date opCast(T)() if (is(immutable T == immutable Date)) @safe const nothrow scope

Returns a Date equivalent to this SysTime.

DateTime opCast(T)() if (is(immutable T == immutable DateTime)) @safe const nothrow scope

Returns a DateTime equivalent to this

SysTime.
TimeOfDay opCast(T)() if (is(immutable T == immutable TimeOfDay)) @safe const nothrow scope

Returns a TimeOfDay equivalent to this

SysTime.
SysTime opCast(T)() if (is(immutable T == immutable SysTime)) @safe const pure nothrow scope
No documentation available for this declaration.