Field-Map Scripting

4.1.12.3 Year

Year function


Prototype:

function Year: integer;

Description:

The Year function returns an integer value representing the current year.

Syntax:

Year; / variable:= Year;

Part

Description

variable

variable declared as an integer

Return value:

An integer value representing the current year




See also:                

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