WeekDetails interface
Properties of a weekly schedule.
Properties
time | The time of the day the schedule will occur. |
weekdays | The days of the week for which the schedule is set (e.g. Sunday, Monday, Tuesday, etc.). |
Property Details
time
The time of the day the schedule will occur.
time?: string
Property Value
string
weekdays
The days of the week for which the schedule is set (e.g. Sunday, Monday, Tuesday, etc.).
weekdays?: string[]
Property Value
string[]