Source position: sdo_date_utils.pas line 40
type TDurationRec = packed record
Year: PtrUInt;
Month: PtrUInt;
Day: PtrUInt;
Hour: PtrUInt;
Minute: PtrUInt;
Second: PtrUInt;
FractionalSecond: PtrUInt;
Negative: Boolean;
end;