Struct Interval
struct Interval
;
Fields
Name | Type | Description |
---|---|---|
days
|
int | Days, after time for alignment. Sign is ignored by PG server if usecs == 0 |
months
|
int | Ditto, after time for alignment. Sign is ignored by PG server if usecs == 0 and days == 0 |
usecs
|
long | All time units less than days |