Source position: sdo_date_utils.pas line 31
type TTimeRec = packed record
Hour: Byte;
Minute: Byte;
Second: Byte;
MilliSecond: Word;
HourOffset: ShortInt;
MinuteOffset: ShortInt;
end;