StartDate 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, that the current Campaign is set to start.

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

Syntax

'Declaration
Public Property StartDate As DateTime
'Usage
Dim instance As Campaign
Dim value As DateTime

value = instance.StartDate

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

Property Value

Type: System..::.DateTime
A System.DateTime representing the current campaign start date in the local time zone.

Remarks

The date when the Campaign starts. StartDate must occur before EndDate, if EndDate has been set.

Permissions

See Also

Reference

Campaign Class

Campaign Members

Microsoft.CommerceServer.Marketing Namespace