Clock.convert

Convert timeval to a Time

  1. Time convert(const(FILETIME) time)
  2. FILETIME convert(const(Time) dt)
  3. Time convert(const(timeval) tv)
    struct Clock
    version(Posix)
    package static
    Time
    convert
    (
    ref const(timeval) tv
    )
  4. timeval convert(const(Time) time)

Meta