Share via


EdmDateTimeConstant.Value Property

Gets the definition of this value.

Namespace:  Microsoft.Data.Edm.Library.Values
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property Value As DateTime 
    Get
'Usage
Dim instance As EdmDateTimeConstant 
Dim value As DateTime 

value = instance.Value
public DateTime Value { get; }
public:
virtual property DateTime Value {
    DateTime get () sealed;
}
abstract Value : DateTime 
override Value : DateTime
final function get Value () : DateTime

Property Value

Type: System.DateTime
The definition of this value.

Implements

IEdmDateTimeValue.Value

See Also

Reference

EdmDateTimeConstant Class

Microsoft.Data.Edm.Library.Values Namespace