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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.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