StartDate Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the date and time, in UTC, the operation started.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property StartDate As DateTime
'Usage
Dim instance As OperationsProgress
Dim value As DateTime
value = instance.StartDate
public DateTime StartDate { get; }
public:
property DateTime StartDate {
DateTime get ();
}
public function get StartDate () : DateTime
Property Value
Type: System..::.DateTime
The StartDate of the catalog.
Remarks
The start time for the operation. The time when the operation was started.
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.