dpq2 ~master (2018-04-04T07:19:53Z)
Home
Dub
Repo
PgDate
dpq2
conv
time
@
safe
pure
struct
PgDate {
int
year
;
ubyte
month
;
ubyte
day
;
static
PgDate
earlier
()
;
static
PgDate
later
()
;
}
Members
Static functions
earlier
PgDate
earlier
()
'-infinity', earlier than all other dates
later
PgDate
later
()
'infinity', later than all other dates
Variables
day
ubyte
day
;
month
ubyte
month
;
year
int
year
;
Meta
Source
See Implementation
dpq2
conv
time
enums
InfinityState
functions
binaryValueAs
static functions
toPgDate
structs
PgDate
TTimeStamp