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:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntax[SerializableAttribute]
public class DMRDateRangeCollection : CollectionBase
<SerializableAttribute>
Public Class DMRDateRangeCollection
Inherits CollectionBase
[SerializableAttribute]
public ref class DMRDateRangeCollection : public CollectionBase
[<SerializableAttribute>]
type DMRDateRangeCollection =
class
inherit CollectionBase
end
DMLibrary.DMRDateRangeCollection = function();
Type.createClass(
'DMLibrary.DMRDateRangeCollection',
CollectionBase);
The DMRDateRangeCollection type exposes the following members.
Constructors
Properties
Methods | Name | Description |
---|
 | Add |
Adds a DMRDateRange object to the DMRDateRangeCollection.
|
 | ConvertToSQL |
Converts all of the criteria contained in this collection into a SQL script.
|
Top
See Also