Unit 'sdo_date_utils' Package
[Overview][Resource strings][Constants][Types][Procedures and functions][Index] [#fcl-sdo]

TDurationRec

Declaration

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;


Documentation generated on: 2023-03-18