PGTimeWithZone.opCast

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T opCast()
    struct PGTimeWithZone
    const
    T
    opCast
    (
    T
    )
    ()
    if (
    is(T == TimeOfDay)
    )
  2. T opCast()
  3. int hour;
  4. int minute;
  5. int second;
  6. int timeZoneOffset;

Meta