DMRDateRangeType Enumeration

Alterian Email Manager 6.2.3 SDK Help File
An enumeration describing the various ways to describe the relation between dates. Used with the reporting web service for constructing date criteria.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public enum DMRDateRangeType
Members
Member nameValueDescription
DMDT_BEFORE0Before the given date. When used with the DMRDateRange object, before Date1.
DMDT_AFTER1After the given date. When used with the DMRDateRange, after Date1.
DMDT_BETWEEN2Between two dates.
DMDT_YEARTODATE3From the beginning of the year to today,
DMDT_MONTHTODATE4From the beginning of the month to today.
DMDT_WEEKTODATE5From the beginning of the week to today,
DMDT_TODAY6From the beginning of today to now.
See Also