TimeBoundaryOutput interface
Captures time-boundary details
Properties
| end |
The end of the time boundary. |
| start |
The start of the time boundary. |
| time |
The timezone of the time boundary. |
Property Details
endTime
The end of the time boundary.
endTime?: string
Property Value
string
startTime
The start of the time boundary.
startTime?: string
Property Value
string
timeZone
The timezone of the time boundary.
timeZone?: string
Property Value
string