Unit 'libc' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libc]

tm

Declaration

Source position: timeh.inc line 17

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;


Documentation generated on: 2023-03-18