Returns the numeric month identifier of a given date. A null value (0) is returned if the received parameter is null.
Date | DateTime.Month()
Where:
Date | DateTime
Is an attribute or variable based on the Date/DateTime data type, to which the method will find its numeric month identifier.
Type returned:
Numeric N(2)
Data Types: Date, DateTime
&MonthNumber= &GivenDate.Month() // if &GivenDate = 07/11/2022, the result of &MonthNumber is: 7
TimeZone Support - General Considerations
Month function
Year method
Day method