DaysInMonth

Calculates the number of days in the specified month for a specific year.

SYNTAX
DaysInMonth(month, year)
ARGUMENTS

month Month as an integer
year Year as an integer

RETURN Number of days
EXAMPLE
GetObject("date","MLDate") 
DaysInMonth = date.DaysInMonth(2, 2017)