WallClock.fromDate

Convert Date fields to local time

  1. Time fromDate(const(DateTime) date)
  2. Time fromDate(const(DateTime) dt)
    struct WallClock
    version(Posix)
    static
    Time
    fromDate
    (
    ref const(DateTime) dt
    )

Meta