comparison dwtx/dwtxhelper/Date.d @ 162:1a5b8f8129df

...
author Frank Benoit <benoit@tionex.de>
date Mon, 08 Sep 2008 00:51:37 +0200
parents 7926b636c282
children
comparison
equal deleted inserted replaced
161:f8d52b926852 162:1a5b8f8129df
1 module dwtx.dwtxhelper.Date; 1 module dwtx.dwtxhelper.Date;
2 2
3 import dwt.dwthelper.utils;
4
3 class Date { 5 class Date {
6 long getTime(){
7 implMissing(__FILE__,__LINE__);
8 return 0;
9 }
4 } 10 }
5 11
6 12