DMDeploymentSchedule Class
|
Alterian Email Manager 6.2.3 SDK Help File
Represents the deployment schedule for recurrent deployments.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntax[SerializableAttribute]
public class DMDeploymentSchedule
<SerializableAttribute>
Public Class DMDeploymentSchedule
[SerializableAttribute]
public ref class DMDeploymentSchedule
[<SerializableAttribute>]
type DMDeploymentSchedule = class end
DMLibrary.DMDeploymentSchedule = function();
Type.createClass(
'DMLibrary.DMDeploymentSchedule');
The DMDeploymentSchedule type exposes the following members.
Properties | Name | Description |
---|
 | EndDate |
Gets or sets the ending date and time for the recurrence.
|
 | Frequency |
Gets or sets the recurrence frequency.
|
 | StartDate |
Gets or sets the starting date and time for the recurrence.
|
Top
See Also