Jaa


EdmCoreModel.GetDateTimeOffset(Boolean) Method

Definition

Gets a reference to a datetime with offset primitive type definition.

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

Parameters

isNullable
Boolean

Flag specifying if the referenced type should be nullable.

Returns

A new datetime with offset type reference.

Applies to