TenantGetOfficeHolidayFor Method

returns the holiday which is comfigured for specified time. This method is working similar to GetOfficeHolidayFor(DateTime)

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
OfficeHoliday GetOfficeHolidayFor(
	DateTime localtime
)

Parameters

localtime  DateTime
the time of type unspecified or local

Return Value

OfficeHoliday
OfficeHoliday at the requested time

See Also