BaseDate
BaseDate : LongInt = 0;
This is the date used as the starting point for all date fields in the TCode structure.
It is defined as a constant but set to Trunc(EncodeDate(1996, 1, 1)) in the initialization section thus requiring the Assignable Typed Constants compiler option.
Defined in ogutil unit.