Jaa


DateCreated Property

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

Gets the time this quantity was decremented or incremented. The time is stored in UTC time.

Namespace:  Microsoft.CommerceServer.Inventory
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public ReadOnly Property DateCreated As DateTime
'Usage
Dim instance As InventoryQuantityDelta
Dim value As DateTime

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

Property Value

Type: System..::.DateTime
The date and time when the quantity was decremented or incremented.

Remarks

Identifies the time this quantity was decremented or incremented. The time is stored in UTC time.

Permissions

See Also

Reference

InventoryQuantityDelta Class

InventoryQuantityDelta Members

Microsoft.CommerceServer.Inventory Namespace