Alterian Email Manager 6.2.3 SDK Help File
Represents a date range.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntax[SerializableAttribute]
public class DMRDateRange
<SerializableAttribute>
Public Class DMRDateRange
[SerializableAttribute]
public ref class DMRDateRange
[<SerializableAttribute>]
type DMRDateRange = class end
DMLibrary.DMRDateRange = function();
Type.createClass(
'DMLibrary.DMRDateRange');
The DMRDateRange type exposes the following members.
Fields | Name | Description |
---|
 | Date1 | The first date in the date range. |
 | Date2 | The second date in the date range. |
 | RangeType | The type of date comparison this object embodies. |
Top
See Also