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, the current CampaignItem 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 CampaignItem
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 DateTime representing the current CampaignItem start date.
Remarks
StartDate must occur before EndDate, if EndDate has been set.
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.