Share via


EndDate Property

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

Gets the end date of the date range that caused the exception.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public ReadOnly Property EndDate As DateTime
'Usage
Dim instance As DateRangeValidationException
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
A DateTime representing the current DateRangeValidationException end date.

Remarks

StartDate must occur before EndDate.

Permissions

See Also

Reference

DateRangeValidationException Class

DateRangeValidationException Members

Microsoft.CommerceServer.Marketing Namespace