# DaysInMonth(Integer year, Integer month)

| **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  | <p>year \[System.Int32] – Year</p><p>month \[System.Int32] – Month to get number of days</p> |

**Example**

![](https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2F56KKPS8RerIAnCm2LXqF%2F0.png?alt=media)

In this example, we will pass integer values to the function transformation object using a *Variables* object.

Where,

*year* = 2030

*month* = 7

![](https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2Fbsrh3XUQClSY9tmn481m%2F1.png?alt=media)

In the output window you can see that the number of days in the specified month of the specified year has been returned.

![](https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2F1qMK1FFQG5uLKXnCD8ZY%2F2.png?alt=media)
