Jaa


EdmCoreModel.GetTimeOfDay(Boolean) Method

Definition

Gets a reference to a TimeOfDay primitive type definition

public Microsoft.OData.Edm.IEdmTemporalTypeReference GetTimeOfDay (bool isNullable);
member this.GetTimeOfDay : bool -> Microsoft.OData.Edm.IEdmTemporalTypeReference
Public Function GetTimeOfDay (isNullable As Boolean) As IEdmTemporalTypeReference

Parameters

isNullable
Boolean

Flag specifying if the referenced type should be nullable.

Returns

A new TimeOfDay type reference.

Applies to