Unit 'xbios' Package
[Overview][Constants][Types][Procedures and functions][Index] [#tosunits]

TBIOSTIME

Declaration

Source position: xbios.pas line 603

type TBIOSTIME = bitpacked record

  year: 0..127;

  month: 0..15;

  day: 0..31;

  hour: 0..31;

  minute: 0..63;

  second: 0..31;

end;


Documentation generated on: 2025-07-25