Einzelnen Beitrag anzeigen

Haraldo

Registriert seit: 2. Jan 2006
5 Beiträge
 
#5

Re: Addmonths in welcher Unit?

  Alt 2. Feb 2006, 19: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
  Mit Zitat antworten Zitat