ScheduleAdd(DayOfWeek, SchedulePeriodOfDay) Method

Adds period to a specific day of the week

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public void Add(
	DayOfWeek dow,
	SchedulePeriodOfDay periodOfDay
)

Parameters

dow  DayOfWeek
day of the week
periodOfDay  SchedulePeriodOfDay
period of the day

Remarks

NOTE: this method does not verify data.

See Also