DMRDateRangeCollection Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMRDateRange objects that can be individually accessed by index.
Inheritance Hierarchy

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

Syntax
[SerializableAttribute]
public class DMRDateRangeCollection : CollectionBase

The DMRDateRangeCollection type exposes the following members.

Constructors
NameDescription
Public methodDMRDateRangeCollection
Initializes a new instance of the DMRDateRangeCollection class
Top
Properties
NameDescription
Public propertyItem
Top
Methods
NameDescription
Public methodAdd
Adds a DMRDateRange object to the DMRDateRangeCollection.
Public methodConvertToSQL
Converts all of the criteria contained in this collection into a SQL script.
Top
See Also