timezonedefinition EntityType
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Description: Time zone definition, including name and time zone code.
Entity Set path:[organization URI]/api/data/v8.2/timezonedefinitions
Base Type: crmbaseentity EntityType
Display Name: Time Zone Definition
Primary Key: timezonedefinitionid
Primary Name Attribute: userinterfacename
Single-valued navigation properties
Collection-valued navigation properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details |
|---|---|---|
bias | Edm.Int32 | Description: Base time bias of the time zone. Display Name: Bias |
createdon | Edm.DateTimeOffset | Description: Date and time when the time zone record was created. Display Name: Created On Read-only property |
daylightname | Edm.String | Description: Time zone name for the daylight time. Display Name: Daylight Name |
modifiedon | Edm.DateTimeOffset | Description: Date and time when the time zone record was modified. Display Name: Modified On Read-only property |
retiredorder | Edm.Int32 | Description: Order an entry for a time zone definition is retired. 0 for the latest entry. Display Name: Retired Order |
standardname | Edm.String | Description: Time zone name for the standard time. Display Name: Standard Name |
timezonecode | Edm.Int32 | Description: Time zone identification code. Display Name: Time Zone Code |
timezonedefinitionid | Edm.Guid | Description: Unique identifier of the time zone record. Display Name: Time Zone Definition |
userinterfacename | Edm.String | Description: Display name for the time zone in the Microsoft Windows registry. Display Name: User Interface Name |
versionnumber | Edm.Int64 | Description: Read-only property |
Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Retrieve data about lookup properties
Name | Single-valued navigation property | Description |
|---|---|---|
_createdby_value | createdby | Unique identifier of the user who created the time zone record. |
_createdonbehalfby_value | createdonbehalfby | Unique identifier of the delegate user who created the timezonedefinition. |
_modifiedby_value | modifiedby | Unique identifier of the user who last modified the time zone record. |
_modifiedonbehalfby_value | modifiedonbehalfby | Unique identifier of the delegate user who last modified the timezonedefinition. |
_organizationid_value | Unique identifier of the organization associated with the time zone definition. |
Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.
Name | Type | Partner |
|---|---|---|
createdby | lk_timezonedefinition_createdby | |
createdonbehalfby | lk_timezonedefinition_createdonbehalfby | |
modifiedby | lk_timezonedefinition_modifiedby | |
modifiedonbehalfby | lk_timezonedefinition_modifiedonbehalfby |
Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.
Name | Type | Partner |
|---|---|---|
lk_timezonelocalizedname_timezonedefinitionid | timezonedefinitionid | |
lk_timezonerule_timezonedefinitionid | timezonedefinitionid |
The following operations are bound to the timezonedefinition entity type.
Name | Bound to |
|---|---|
Collection |
The following operations use the timezonedefinition entity type in a parameter or return type.
Name | How used | Description |
|---|---|---|
entityset Parameter | Retrieves all the time zone definitions for the specified locale and to return only the display name attribute. |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright