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

_TDateTime

Structure to convert a TDateStamp to a string and vice versa

Declaration

Source position: amigados.pas line 347

type _TDateTime = record

  dat_Stamp: TDateStamp;

  

machine readable date time representation

  dat_Format: Byte;

  

Controls appearance of dat_StrDate (FORMAT_*)

  dat_Flags: Byte;

  

Additional Flags (DTF_*)

  dat_StrDay: PChar;

  

Day of the week string

  dat_StrDate: PChar;

  

Date string

  dat_StrTime: PChar;

  

Time string

end;


Documentation generated on: 2021-07-30