source: ObjectBaseTypes/Level 1/UObjectDateTime.pas

Last change on this file was 14, checked in by george, 15 years ago
  • Upraveno: Rozšíření sady tříd objektových typů.
File size: 237 bytes
Line 
1unit UObjectDateTime;
2
3interface
4
5uses
6 UObjectTypeBase, UObjectBoolean, Types, SysUtils, UObjectDouble, DateUtils, Classes;
7
8type
9 TDateTime = class(TDouble, IInterface)
10
11 end;
12
13implementation
14
15{ TDateTime }
16
17
18end.
Note: See TracBrowser for help on using the repository browser.