Structure to convert a TDateStamp to a string and vice versa
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; |