Partager via


StartTime Property

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

Gets or sets the date and time when the current instance started to be filled with promotion codes.

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

Syntax

'Declaration
Public Property StartTime As DateTime
'Usage
Dim instance As BatchInfo
Dim value As DateTime

value = instance.StartTime

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

Property Value

Type: System..::.DateTime
The date and time when the current instance started to be filled with promo codes.

Remarks

This property will be DateTime.MinValue when exporting promotion codes. Default is MinValue.

Permissions

See Also

Reference

BatchInfo Class

BatchInfo Members

Microsoft.CommerceServer.Marketing Namespace