Field-Map Scripting

4.1.12.17 IncMonth

IncMonth function


Prototype:

function IncMonth(const Date :variant; const NumberOfMonths :integer) :variant

Description:

Returns a variant value that is NumberOfMonths greater than the passed Date value.

Syntax:

variable:= (const Date :variant; const NumberOfMonths :integer);


Part

Description


variable

Variable declared as variant


Date

variant value that represents a date


NumberOfMonths

integer value that represents number of months



Return value:

a variant value that is NumberOfMonths greater than the passed Date value



See also:                

Day; Month; Year; DecodeDate; DecodeDateExt; DecodeDateTimeExt; YearOf; MonthOf; DayOf; DaysInAMonth; StrToDateTime; DateToStr; DateTimeAsString; FormatElapsedTime; Date; Now; IncMonth; IncDay;