Share via


StartDate Property

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

Gets the start 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 StartDate As DateTime
'Usage
Dim instance As DateRangeValidationException
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
A DateTime representing the current DateRangeValidationException start date.

Remarks

StartDate must occur before EndDate.

Permissions

See Also

Reference

DateRangeValidationException Class

DateRangeValidationException Members

Microsoft.CommerceServer.Marketing Namespace