Source position: CFDate.pas line 242
type CFGregorianDate = record
year: SInt32;
month: SInt8;
day: SInt8;
hour: SInt8;
minute: SInt8;
second: Float64;
end;