
25 Apr
2004
25 Apr
'04
5:41 p.m.
"Jeff Garland" <jeff@crystalclearsoftware.com> wrote:
By making a default constructor (that initializes as "not a date"),
Don't get me started on this ;-)
The default constructor can be private. Objects constructed this way will be always filled with previously serialized data - no 'empty date' will ever exist. /Pavel