Topic Path: Symbol Reference > Classes > TIdDateTimeStamp Class > TIdDateTimeStamp Methods > AddMonths Method
ContentsIndexHome
PreviousUpNext
TIdDateTimeStamp.AddMonths Method

Adds a number of months to the timestamp.

procedure AddMonths(
    ANumber: Cardinal
);
Parameters 
Description 
ANumber 
Number of months to be added. 

AddMonths is a procedure that adds the number of months in ANumber to the date and time value in the timestamp. Day and Year will be adjusted accordingly.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.