PgDate¶
A PostgreSQL date value. Stores days since the PostgreSQL epoch
(2000-01-01). Special values I32.max_value() and I32.min_value()
represent positive and negative infinity respectively.
Implements¶
Constructors¶
create¶
Parameters¶
- days': I32 val
Returns¶
- PgDate val^
Public fields¶
let days: I32 val¶
Public Functions¶
eq¶
Parameters¶
- that: PgDate val
Returns¶
- Bool val
ne¶
Parameters¶
- that: PgDate val
Returns¶
- Bool val
string¶
Returns¶
- String iso^