WeekAndDay Object
Last updated
Indicator for a day in a month.
Day of the week.
Type: string
Valid Values:
sunday
monday
tuesday
wednesday
thursday
friday
saturday
Required: Yes
Week of the month.
Type: string
Valid Values:
first
second
third
fourth
last
Required: Yes
Last updated
{
"day": "sunday",
"week": "first"
}