PgTime¶
A PostgreSQL time value. Stores microseconds since midnight.
Valid range: 0 to 86,400,000,000 (exclusive). Constructed from a
PgTimeMicroseconds value obtained via MakePgTimeMicroseconds.
Implements¶
Constructors¶
create¶
Parameters¶
- microseconds': PgTimeMicroseconds
Returns¶
- PgTime val^
Public fields¶
let microseconds: I64 val¶
Public Functions¶
eq¶
Parameters¶
- that: PgTime val
Returns¶
- Bool val
ne¶
Parameters¶
- that: PgTime val
Returns¶
- Bool val
string¶
Returns¶
- String iso^