Schedule Time
Object represents a schedule of event.
Example
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' |
Last updated