Clock.convert

Convert Time to a FILETIME

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

Meta