EdmCoreModel.GetTimeOfDay(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.