Source position: ibase40.pp line 58
type TCTimeStructure = record |
tm_sec: LongInt; |
tm_min: LongInt; |
tm_hour: LongInt; |
tm_mday: LongInt; |
tm_mon: LongInt; |
tm_year: LongInt; |
tm_wday: LongInt; |
tm_yday: LongInt; |
tm_isdst: LongInt; |
end; |