Click or drag to resize
IOffPeakServiceGetNextOffPeakPeriodStart Method
Returns the exact DateTime of next off-peak period.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
DateTime GetNextOffPeakPeriodStart(
	DateTime dateTime
)

Parameters

dateTime
Type: SystemDateTime
Timestamp of from when to look for next off-peak period.

Return Value

Type: DateTime
DateTime of next off-peak period.
See Also