Date.WeekOfMonth
This function returns a numerical value between 1 and 6, indicating the specific week within the month that corresponds to the given datetime value. The input parameter "dateTime" is a specific dateti...
Date.WeekOfMonth(dateTime as any, optional firstDayOfWeek as nullable number) as nullable number
This function returns a numerical value between 1 and 6, indicating the specific week within the month that corresponds to the given datetime value. The input parameter "dateTime" is a specific datetime value for which the week-of-the-month is calculated.