Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the date the current PromoCodeDefinition object was first created.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property CreatedDate As DateTime
'Usage
Dim instance As PromoCodeDefinition
Dim value As DateTime
value = instance.CreatedDate
public DateTime CreatedDate { get; }
public:
property DateTime CreatedDate {
DateTime get ();
}
public function get CreatedDate () : DateTime
Property Value
Type: System..::.DateTime
A System.DateTime value representing the creation date of the PromoCodeDefinition in the local time zone.
Remarks
Returns a value representing the date that the promotion code definition.
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.