Click or drag to resize
IOffPeakService Interface
Interface for deciding when in the day is off peak time, meaning when is the best to run tasks with bigger load.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public interface IOffPeakService

The IOffPeakService type exposes the following members.

Methods
  NameDescription
Public methodGetNextOffPeakPeriodStart
Returns the exact DateTime of next off-peak period.
Public methodIsOffPeak
Checks whether given DateTime is in off-peak period.
Top
See Also