DMRDateRangeCollectionAdd Method
|
Alterian Email Manager 6.2.3 SDK Help File
Adds a DMRDateRange object to the DMRDateRangeCollection.
Namespace:
DMLibrary
Assembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int Add(
DMRDateRange value
)
Public Function Add (
value As DMRDateRange
) As Integer
public:
int Add(
DMRDateRange^ value
)
member Add :
value : DMRDateRange -> int
Parameters
- value
- Type: DMLibraryDMRDateRange
The DMRDateRange object to add to the DMRDateRangeCollection.
Return Value
Type:
Int32The position into which the new element was inserted.
See Also