Previous Topic

Next Topic

Year - SQL Function

Year(Date: Date): Number

Year returns the year value for the Date. If Date is Null then Null is returned.

Year function syntax has these named arguments:

Parameter

Description

Date

Required. Date to return the Year value for.

See Also

SQL Date Functions

Book Contents

Book Index