Source position: jwanative.pas line 2608
type _TIME_FIELDS = record
Year: CSHORT;
Month: CSHORT;
Day: CSHORT;
Hour: CSHORT;
Minute: CSHORT;
Second: CSHORT;
Milliseconds: CSHORT;
Weekday: CSHORT;
end;