Returns ObjectQuery TObject with contacts that have date of birth sooner than toExclusive. The method takes only Date part.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- contactsQuery
- Type: CMS.DataEngine ObjectQuery ContactInfo
- toExclusive
- Type: System DateTime
Return Value
Type: ObjectQuery ContactInfoExceptions
Exception | Condition |
---|---|
System ArgumentNullException | contactsQuery is null |
See Also