IsLeapYear(Integer) Method
In This Article
Determines whether the specified year is a leap year.
#Declaration
#Parameters
Name | Type |
---|---|
AYear | Integer |
#Returns
Type |
---|
Boolean |
#Remarks
Use the IsLeapYear function to determine whether the year passed as an AYear parameter contains 365 or 366 days.
See Also