EdmTimeConstant Constructor (TimeSpan)

Initializes a new instance of the EdmTimeConstant class.

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

Syntax

'Declaration
Public Sub New ( _
    value As TimeSpan _
)
'Usage
Dim value As TimeSpan 

Dim instance As New EdmTimeConstant(value)
public EdmTimeConstant(
    TimeSpan value
)
public:
EdmTimeConstant(
    TimeSpan value
)
new : 
        value:TimeSpan -> EdmTimeConstant
public function EdmTimeConstant(
    value : TimeSpan
)

Parameters

See Also

Reference

EdmTimeConstant Class

EdmTimeConstant Overload

Microsoft.Data.Edm.Library.Values Namespace