mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 16:58:10 +02:00
* Moved TDateTime/TTime/TDate to system unit
This commit is contained in:
parent
5113c4f198
commit
cff1e9dde9
@ -50,6 +50,10 @@ type
|
||||
Real = type Double;
|
||||
Extended = type Double;
|
||||
|
||||
TDateTime = type double;
|
||||
TTime = type TDateTime;
|
||||
TDate = type TDateTime;
|
||||
|
||||
Int64 = type NativeInt unimplemented; // only 53 bits at runtime
|
||||
UInt64 = type NativeUInt unimplemented; // only 52 bits at runtime
|
||||
QWord = type NativeUInt unimplemented; // only 52 bits at runtime
|
||||
|
@ -316,11 +316,6 @@ Type
|
||||
*****************************************************************************}
|
||||
Type
|
||||
|
||||
TDateTime = type double;
|
||||
|
||||
TTime = type TDateTime;
|
||||
TDate = type TDateTime;
|
||||
|
||||
TSystemTime = record
|
||||
Year, Month, Day, DayOfWeek: word;
|
||||
Hour, Minute, Second, MilliSecond: word;
|
||||
|
Loading…
Reference in New Issue
Block a user