/// <summary> /// A custom time-window, an object identical to what businessHours accepts, can also be given. /// A specific period of time with concrete start/end dates can also be given, similar to what an Event Object accepts. /// </summary> /// <param name="businessHours">A custom time-window, an object identical to what businessHours accepts</param> public SelectConstraint(BusinessHour businessHours) { BusinessHours = businessHours; }
/// <summary> /// A custom time-window, an object identical to what businessHours accepts, can also be given. /// A specific period of time with concrete start/end dates can also be given, similar to what an Event Object accepts. /// </summary> /// <param name="businessHours">A custom time-window, an object identical to what businessHours accepts</param> public EventConstraint(BusinessHour businessHours) { BusinessHours = businessHours; }