Share via


Created Property

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

Gets the creation time of the line item.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property Created As DateTime
'Usage
Dim instance As LineItem
Dim value As DateTime

value = instance.Created
public DateTime Created { get; }
public:
property DateTime Created {
    DateTime get ();
}
public function get Created () : DateTime

Property Value

Type: System..::.DateTime
A DateTime containing the local time when the line item was created.

Remarks

When LastModified or other DateTime fields are marshalled across to COM or loaded back from SQL Server, the resolution at which the comparison is done has to be lower than that with TickCount.

Permissions

See Also

Reference

LineItem Class

LineItem Members

Microsoft.CommerceServer.Runtime.Orders Namespace