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:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic enum DMRDateRangeType
Public Enumeration DMRDateRangeType
public enum class DMRDateRangeType
DMLibrary.DMRDateRangeType = function();
DMLibrary.DMRDateRangeType.createEnum('DMLibrary.DMRDateRangeType', false);
Members | Member name | Value | Description |
---|
| DMDT_BEFORE | 0 | Before the given date. When used with the DMRDateRange object, before Date1. |
| DMDT_AFTER | 1 | After the given date. When used with the DMRDateRange, after Date1. |
| DMDT_BETWEEN | 2 | Between two dates. |
| DMDT_YEARTODATE | 3 | From the beginning of the year to today, |
| DMDT_MONTHTODATE | 4 | From the beginning of the month to today. |
| DMDT_WEEKTODATE | 5 | From the beginning of the week to today, |
| DMDT_TODAY | 6 | From the beginning of today to now. |
See Also