byMonthWeek property

int? byMonthWeek
getter/setter pair

Defines the week(s) of the month on which a recurring Event takes place Specified as an Integer between 1-5 For clarity, byMonthWeek is best used in conjunction with byDay to indicate concepts like the first and third Mondays of a month.

Implementation

int? byMonthWeek;