Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TSystemTime

System time structure.

Declaration

Source position: datih.inc line 102

type TSystemTime = record

  case Integer of

    0: (

        Year: Word;

  

Year part.

        Month: Word;

  

Month part.

        Day: Word;

  

Day of month part.

        DayOfWeek: Word;

  

        Hour: Word;

  

Hour of the day.

        Minute: Word;

  

Minute of the hour.

        Second: Word;

  

Second of the minute.

        MilliSecond: Word;

  

Milliseconds in the second.

      );

    1: (

        wYear: Word;

        wMonth: Word;

        wDay: Word;

        wDayOfWeek: Word;

        wHour: Word;

        wMinute: Word;

        wSecond: Word;

        wMilliseconds: Word;

      );

end;

Description

The System time structure contains the date/time in a human-understandable format.


Documentation generated on: Nov 22 2024