Registriert seit: 2. Jan 2006
5 Beiträge
|
Re: Addmonths in welcher Unit?
2. Feb 2006, 20:31
Adds a number of months to the timestamp.
procedure AddMonths(ANumber: Cardinal);
Parameters
ANumber: Cardinal
Number of months to be added.
Description
AddMonths is a procedure that adds the number of months in ANumber to the date / time. Day and Year will be adjusted accordingly.
so steht es in der Delphi hilfe aberkein syntax
das
xdatend1 := xdatend.addmonths(12);
ergibt Objektoderklassentyp erforderlich
|