Member of the time class.
d = eomday(y, m)
Returns the number of days in the month you specify.
| Name | Description |
| y | Specifies the year. y is an integer greater than 0. |
| m | Specifies the month. m is an integer between 1 and 12. |
| Name | Description |
| d | Returns the number of days in the month you specify. |
y = 2006;
m = 4;
d = eomday(y, m)