Unit 'amigados' Package
[Overview][Constants][Types][Procedures and functions][Index] [#amunits]

tDateStamp

Date and Time representation

Declaration

Source position: amigados.pas line 94

type tDateStamp = record

  ds_Days: LongInt;

  

Number of days since 1. Jan. 1978

  ds_Minute: LongInt;

  

Number of minutes of the day

  ds_Tick: LongInt;

  

Number of ticks since past minute. Use TICKS_PER_SECOND to calculate the seconds.

end;

See also

TICKS_PER_SECOND

  

Number of ticks per second. Defines the acuracy of your time

DateStamp

  

Fills the structure with the current time. Time is measured from 1. Jan. 1978.

CompareDates

  

Compares two datestamps

SetFileDate

  

Sets the modification date for a file or dir

TFileInfoBlock

  

File information structure


Documentation generated on: 2021-07-30