source:
ObjectBaseTypes/Level 1/UObjectDateTime.pas
Last change on this file was 14, checked in by , 15 years ago | |
---|---|
File size: 237 bytes |
Line | |
---|---|
1 | unit UObjectDateTime; |
2 | |
3 | interface |
4 | |
5 | uses |
6 | UObjectTypeBase, UObjectBoolean, Types, SysUtils, UObjectDouble, DateUtils, Classes; |
7 | |
8 | type |
9 | TDateTime = class(TDouble, IInterface) |
10 | |
11 | end; |
12 | |
13 | implementation |
14 | |
15 | { TDateTime } |
16 | |
17 | |
18 | end. |
Note:
See TracBrowser
for help on using the repository browser.