dpq2 v1.0.16 (2020-09-25T11:39:12Z)
Home
Dub
Repo
PgDate
dpq2
conv
time
@
safe
pure
struct
PgDate {
int
year
;
ubyte
month
;
ubyte
day
;
static
PgDate
earlier
();
static
PgDate
later
();
bool
isEarlier
();
bool
isLater
();
}
Members
Functions
isEarlier
bool
isEarlier
()
Undocumented in source. Be warned that the author may not have intended to support it.
isLater
bool
isLater
()
Undocumented in source. Be warned that the author may not have intended to support it.
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
aliases
TimeStamp
TimeStampUTC
enums
InfinityState
functions
binaryValueAs
manifest constants
POSTGRES_EPOCH_DATE
POSTGRES_EPOCH_JDATE
static functions
toPgDate
structs
PgDate
TTimeStamp