> For the complete documentation index, see [llms.txt](https://docs.skeddly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skeddly.com/data-types/scheduleparameters-object/weeklyscheduleparameters-object.md).

# WeeklyScheduleParameters Object

## Description

Parameters for a weekly schedule.

## Properties

### dayOfWeek

Day of the week to execute.

Type: `string`

Valid Values:

* `same-day-as-start`

Required: Yes

## Sample JSON

```javascript
{
    "dayOfWeek": "same-day-as-start"
}
```
