NormalizeDateTime element in Interpretation

(BDCMetadata Schema)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Specifies the rule used to convert the representation of a date and time value to another representation. For example, this rule can specify converting a value represented in Coordinated Universal Time (UTC) into a local time zone.

Namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog

Schema: BDCMetadata

<NormalizeDateTime LobDateTimeMode = "String"> </NormalizeDateTime>

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

**LobDateTimeMode**

Required.

Specifies the conversion to apply.

The following table lists the possible values for this attribute.

Value

Description

UTC

The value that is received from the external system is UTC (Coordinated Universal Time). If the value received is **Local**, it is converted to UTC. BDC sends UTC to the external system.

Local

The value received from the external system is **Local**. If the value received from the external system is **Local**, it will be converted to UTC. BDC sends **Local** to the external system.

Unspecified

The value sent by the external system has Unspecified kind. BDC assumes the value is in UTC by overwriting the kind to be UTC. BDC sends UTC values as Unspecified kind to the external system.

Child elements

None.

Parent elements

Element Description
Interpretation element in TypeDescriptor (BDCMetadata Schema) An Interpretation element that specifies the rules to apply to the data that is stored in the data structures represented by a TypeDescriptor.