StartDate Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the time at which this operation began.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property StartDate As DateTime
'Usage
Dim instance As MailingListOperation
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 date and time at which this operation started. Default is DateTime.MinValue.
Remarks
Returns the DateTime value that this operation began. This property will be DateTime.MinValue (The value of this constant is equivalent to 00:00:00.0000000, January 1, 0001.) if the operation has not yet begun.
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.