DMDeploymentScheduleStartDate Property
|
Alterian Email Manager 6.2.3 SDK Help File
Gets or sets the starting date and time for the recurrence.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic DateTime StartDate { get; set; }
Public Property StartDate As DateTime
Get
Set
public:
property DateTime StartDate {
DateTime get ();
void set (DateTime value);
}
member StartDate : DateTime with get, set
function get_StartDate();
function set_StartDate(value);
Property Value
Type:
DateTime
See Also