Field-Map Scripting

4.1.12.1 Day

Day function


Prototype:

function Day: integer;

Description:

The Day function returns an integer value from 1 through 31 representing the day of the month.

Syntax:

Day; / variable := Day;

Part

Description

variable

variable declared as an integer

Return value:

An integer value from 1 through 31 representing the day of the month




See also:                

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