Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the actual DateTime value that caused the exception.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property ActualDate As DateTime
'Usage
Dim instance As DateValidationException
Dim value As DateTime
value = instance.ActualDate
public DateTime ActualDate { get; }
public:
property DateTime ActualDate {
DateTime get ();
}
public function get ActualDate () : DateTime
Property Value
Type: System..::.DateTime
The actual DateTime value that caused the exception.
Remarks
Returns the actual DateTime value that caused the exception.
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.