EdmCoreModel.GetTime Method
Gets a reference to a time primitive type definition.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Function GetTime ( _
isNullable As Boolean _
) As IEdmTemporalTypeReference
'Usage
Dim instance As EdmCoreModel
Dim isNullable As Boolean
Dim returnValue As IEdmTemporalTypeReference
returnValue = instance.GetTime(isNullable)
public IEdmTemporalTypeReference GetTime(
bool isNullable
)
public:
IEdmTemporalTypeReference^ GetTime(
bool isNullable
)
member GetTime :
isNullable:bool -> IEdmTemporalTypeReference
public function GetTime(
isNullable : boolean
) : IEdmTemporalTypeReference
Parameters
- isNullable
Type: System.Boolean
true to indicate that the referenced type should be nullable; otherwise, false.
Return Value
Type: Microsoft.Data.Edm.IEdmTemporalTypeReference
A new time type reference.