AttributeDateTimeValue Class

Represents an attribute whose value is of type DateTime.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
<SerializableAttribute> _
<DataContractAttribute> _
Public NotInheritable Class AttributeDateTimeValue _
    Inherits AttributeValueBase
'Usage
Dim instance As AttributeDateTimeValue
[SerializableAttribute]
[DataContractAttribute]
public sealed class AttributeDateTimeValue : AttributeValueBase
[SerializableAttribute]
[DataContractAttribute]
public ref class AttributeDateTimeValue sealed : public AttributeValueBase

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.DataModel.CommerceEntity
    Microsoft.Dynamics.Commerce.Runtime.DataModel.AttributeValueBase
      Microsoft.Dynamics.Commerce.Runtime.DataModel.AttributeDateTimeValue

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace