Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
datebrowser.gadget
NAME
JulianMonthDays
Returns the length of a month.
SYNOPSIS
days = JulianMonthDays(month, year);
D0 D0 D1
WORD JulianMonthDays(WORD, LONG);
FUNCTION
Based on the input parameters "month" and "year", this function returns the length of the given month.
INPUTS
month
The month (1-12).
year
The year.
RESULT
days
the length of the given month.
SEE ALSO