> For the complete documentation index, see [llms.txt](https://developers.socialboards.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.socialboards.com/docs/apis/tickets/reference/objects/schedule-time.md).

# Schedule Time

#### **Example**

```json
{
    "endAt": "18:00:00",
    "startAt": "00:01:00"
}
```

#### Fields

| Field   | Type   | Comments                                                                    |
| ------- | ------ | --------------------------------------------------------------------------- |
| endAt   | string | Represents the specific time when the event ends in the format 'HH:mm:ss'   |
| startAt | string | Represents the specific time when the event begins in the format 'HH:mm:ss' |
