DaysInMonth(Integer year, Integer month)
Last updated
Last updated
© Copyright 2023, Astera Software
Name | DaysInMonth |
Syntax | DaysInMonth (Integer year, Integer month) |
Purpose | To return the number of days in the specified month. |
Description | Returns the number of days in the specified month of a specified year. |
Return Type | Int32 |
Parameters | year [System.Int32] – Year month [System.Int32] – Month to get number of days |
Example
In this example, we will pass integer values to the function transformation object using a Variables object.
Where,
year = 2030
month = 7
In the output window you can see that the number of days in the specified month of the specified year has been returned.