7.5.3 NDMON/NDYEAR

1.
Function
NDMON : Returns the number of days in month IM of year IY.
NDYEAR : Returns the number of days in year IY.
2.
Call
NDMON(IY,IM)
NDYEAR(IY)
3.
Explanation of Parameters
IY (I) Year.
IM (I) Month.
NDMON (I) Value of function that gives the number of days in a specified month.
NDYEAR (I) Value of function that gives the number of days in a specified year.
4.
Notes
(a)
None.