IOffPeakServiceIsOffPeak Method |
Checks whether given DateTime is in off-peak period.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax bool IsOffPeak(
DateTime dateTime
)
Parameters
- dateTime
- Type: SystemDateTime
The date to check off-peak period for
Return Value
Type:
BooleanTrue if
dateTime is in off-peak, false otherwise.
See Also