Share via


IEdmTimeValue.Value Property

Gets the definition of this time value.

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

Syntax

'Declaration
ReadOnly Property Value As TimeSpan 
    Get
'Usage
Dim instance As IEdmTimeValue 
Dim value As TimeSpan 

value = instance.Value
TimeSpan Value { get; }
property TimeSpan Value {
    TimeSpan get ();
}
abstract Value : TimeSpan
function get Value () : TimeSpan

Property Value

Type: System.TimeSpan
The definition of this time value.

See Also

Reference

IEdmTimeValue Interface

Microsoft.Data.Edm.Values Namespace