Year()
Syntax
Result = Year(Date)
Returns the year value of the specified date. The result is always between 1970 and 2034. Debug Year(Date(2002, 10, 3, 0, 0, 0)) ; Outputs '2002'.
Debug Year(Date(2002, 10, 3, 0, 0, 0)) ; Outputs '2002'.
Supported OS
Windows, Linux, MacOS X