Interval

@safe pure
struct Interval {}

Members

Variables

days
int days;

Days, after time for alignment. Sign is ignored by PG server if usecs == 0

months
int months;

Ditto, after time for alignment. Sign is ignored by PG server if usecs == 0 and days == 0

usecs
long usecs;

All time units less than days

Meta