DayOfMonth Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the day of the month on which the mail is sent.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property DayOfMonth As Integer
'Usage
Dim instance As DirectMailRecurrence
Dim value As Integer
value = instance.DayOfMonth
instance.DayOfMonth = value
public int DayOfMonth { get; set; }
public:
property int DayOfMonth {
int get ();
void set (int value);
}
public function get DayOfMonth () : int
public function set DayOfMonth (value : int)
Property Value
Type: System..::.Int32
The day of the month on which the mail is sent. Default is 0.
Remarks
The days of the month that this DirectMail is executed. This property is only used when DirectMailRecurrenceType is MonthlyFixedDate.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.