IOffPeakServiceIsOffPeak Method |
Checks whether given
DateTime is in off-peak period.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
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