Skip to main content

getWeekDayOccurenceInMonth static method

[int] getWeekDayOccurenceInMonth(

  1. [[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) 
  1. talawa
  2. recurrence_values
  3. RecurrenceUtils
  4. getWeekDayOccurenceInMonth static method
RecurrenceUtils class