TESB2DigitYr Type |
Unit
QESBPCSGlobals
Declaration
TESB2DigitYr = (edyNone, edyCutOff, edyHistoric);
Values |
edyNone | Nothing is done, left to Delphi to handle. |
edyCutOff | the ESB2DigitCutOff is used to decide which century the date lies in. If 1900 + Yr is less than ESB2DigitCutOff then it is assumed that 2000 + Yr is wanted, otherwise 1900 + Yr is used. |
edyHistoric | assumes that the yr is this year or earlier. |
|