setWorkingHours

Set the working hours of the current user. USER-ONLY

Parameters

workingHours?: WorkingHours

The working hours of the business. If not set, working hours will be removed.

Result

void

Syntax

// Optional parameters.
// Any of the optional parameters can be omitted.
await client.setWorkingHours( { workingHours });