Share via


EndDate Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the date and time, in the local time zone, the current CampaignItem is set to end.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public Property EndDate As DateTime
'Usage
Dim instance As CampaignItem
Dim value As DateTime

value = instance.EndDate

instance.EndDate = value
public DateTime EndDate { get; set; }
public:
property DateTime EndDate {
    DateTime get ();
    void set (DateTime value);
}
public function get EndDate () : DateTime
public function set EndDate (value : DateTime)

Property Value

Type: System..::.DateTime
A DateTime value representing the current instance end date.

Remarks

EndDate must occur after StartDate.

Permissions

See Also

Reference

CampaignItem Class

CampaignItem Members

Microsoft.CommerceServer.Marketing Namespace