Share via


EndDate Property

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

Gets the date and time, in UTC, the operation ended.

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

Syntax

'Declaration
Public ReadOnly Property EndDate As DateTime
'Usage
Dim instance As OperationsProgress
Dim value As DateTime

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

Property Value

Type: System..::.DateTime
The EndDate of the catalog.

Remarks

The end time for the operation. The time when the operation was completed. nullNothingnullptra null reference (Nothing in Visual Basic) while the operation is in progress.

Permissions

See Also

Reference

OperationsProgress Class

OperationsProgress Members

Microsoft.CommerceServer.Catalog Namespace