Field-Map Scripting

4.1.12.18 IncDay

IncDay function


Prototype:

function IncDay(const Date :variant; const NumberOfDays :integer) :variant

Description:

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

Syntax:

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


Part

Description


variable

Variable declared as variant


Date

variant value that represents a date


NumberOfDays

integer value that represents number of months



Return value:

a variant value that is NumberODays 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;