getWeekDayOccurenceInMonth static method
[int] getWeekDayOccurenceInMonth(
- [[DateTime] date]
)
'getWeekDayOccurenceInMonth' returns the week day occurence in month.
params:
date
: Date of the event.
returns:
int
: Week day occurence in month.
Implementation
static int getWeekDayOccurenceInMonth(DateTime date)
- talawa
- recurrence_values
- RecurrenceUtils
- getWeekDayOccurenceInMonth static method