[Overview][Constants][Types][Procedures and functions] |
Record describing a timezone
Source position: ostypes.inc line 214
type timezone = packed record |
||
tz_minuteswest: cInt; |
|
Minutes west of GMT |
tz_dsttime: cInt; |
|
Uses Daylight Savings Time |
end; |