DaysPerMonth(Integer,Integer) Method
In This Article
Returns the number of days in a month.
#Declaration
#Parameters
Name | Type |
---|---|
AYear | Integer |
AMonth | Integer |
#Returns
Type |
---|
Integer |
#Remarks
Use the DaysPerMonth function to determine the number of days in a specific month of a specific year. The AYear and AMonth parameters specify the year and month respectively.
See Also