mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 07:48:59 +02:00
* Temporary definition of TTime and TDate
This commit is contained in:
parent
e6289151a9
commit
82ad6fa9fa
@ -314,7 +314,12 @@ Type
|
||||
Date and time
|
||||
*****************************************************************************}
|
||||
Type
|
||||
|
||||
TDateTime = double;
|
||||
|
||||
TTime = TDateTime;
|
||||
TDate = TDateTime;
|
||||
|
||||
TSystemTime = record
|
||||
Year, Month, Day, DayOfWeek: word;
|
||||
Hour, Minute, Second, MilliSecond: word;
|
||||
|
Loading…
Reference in New Issue
Block a user