SysTime.opCast

Returns a std.datetime.date.Date equivalent to this SysTime.

  1. Date opCast()
    struct SysTime
    @safe const nothrow scope
    opCast
    (
    T
    )
    ()
    if (
    is(immutable T == immutable Date)
    )
  2. DateTime opCast()
  3. TimeOfDay opCast()

Meta