weekOfMonth property

String? weekOfMonth
getter/setter pair

Specifies the week of the month.

Required. Possible string values are:

  • "WEEK_OF_MONTH_UNSPECIFIED" : The zero value. Do not use.
  • "FIRST" : The first week of the month.
  • "SECOND" : The second week of the month.
  • "THIRD" : The third week of the month.
  • "FOURTH" : The fourth week of the month.
  • "LAST" : The last week of the month.

Implementation

core.String? weekOfMonth;