Skeddly API
Search
K
Comment on page

WeekAndDay Object

Description

Indicator for a day in a month.

Properties

day

Day of the week.
Type: string
Valid Values:
  • sunday
  • monday
  • tuesday
  • wednesday
  • thursday
  • friday
  • saturday
Required: Yes

week

Week of the month.
Type: string
Valid Values:
  • first
  • second
  • third
  • fourth
  • last
Required: Yes

Sample JSON

{
"day": "sunday",
"week": "first"
}