[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: mselibc.pas line 2072
type tm = 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; |
case Boolean of |
False: ( |
tm_gmtoff: LongInt; |
tm_zone: Pchar; |
); |
True: ( |
__tm_gmtoff: LongInt; |
__tm_zone: Pchar; |
); |
end; |