Fibonacci said :
No. Why should it if both Now() and LNow return the same type? Now() is already TDateTime, dont cast it to TDateTime, it wont do anything.
then why is it in his code?
LNow := TDateTime(Now());
L10Now := TDateTime(IncYear(Now(), 10));
i am on linux btw