Share via


CreatedDate Property

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

Gets the date the Expression was 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 Expression
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 DateTime representing the create date of the current Expression in the local time zone.

Remarks

Returns a value representing the date that the Expression was created.

Permissions

See Also

Reference

Expression Class

Expression Members

Microsoft.CommerceServer.Marketing Namespace