EdmTimeConstant.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 TimeSpan 
    Get
'Usage
Dim instance As EdmTimeConstant 
Dim value As TimeSpan 

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

Property Value

Type: System.TimeSpan
The definition of this value.

Implements

IEdmTimeValue.Value

See Also

Reference

EdmTimeConstant Class

Microsoft.Data.Edm.Library.Values Namespace