[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
TimeStamp structure
Source position: datih.inc line 91
type TTimeStamp = record |
||
Time: Integer; |
|
Time part |
Date: Integer; |
|
Date part |
end; |
TTimeStamp contains a timestamp, with the date and time parts specified as separate TDateTime values.
No notes exist for this page yet.