getScheduleTimeFrame( )


Retrieves a schedule time frame by schedule ID.

Method Declaration
Copy
Method Parameters
_idstringRequired

Schedule ID for which to retrieve the schedule time frame.


optionsGetScheduleTimeFrameOptions
Returns
Return Type:Promise<ScheduleTimeFrame>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?