Source position: xbios.pas line 600
type TBIOSTIME = bitpacked record
year: 0..127;
month: 0..15;
day: 0..31;
hour: 0..31;
minute: 0..63;
second: 0..31;
end;