timezonelocalizedname EntityType
Localized name of the time zone.
- Entity set path:
- [organization URI]/api/data/v9.2/timezonelocalizednames
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- Time Zone Localized Name
- Primary key:
- timezonelocalizednameid
- Primary name column:
- userinterfacename
- Operations supported:
- GET
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details |
---|---|---|
createdon | Edm.DateTimeOffset |
Date and time when the record was created. Display name: Created On Read only
|
cultureid | Edm.Int32 |
Unique identifier of the culture that the UI names are encoded in. Display name: Culture |
daylightname | Edm.String |
Name of the time zone for the daylight time. Display name: Daylight Name |
modifiedon | Edm.DateTimeOffset |
Date and time when the record was modified. Display name: Modified On Read only
|
standardname | Edm.String |
Name of the time zone for the standard time. Display name: Standard Name |
timezonelocalizednameid | Edm.Guid |
Unique identifier of entity instances. Display name: Time Zone Localized Name |
userinterfacename | Edm.String |
Unique display name for the time zone in the Microsoft Windows registry. Display name: User Interface Name |
versionnumber | Edm.Int64 |
Read only
|
Lookup properties
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 Lookup property data.
Name | Single-valued navigation property | Description |
---|---|---|
_createdby_value | createdby |
Unique identifier of the user who created the record. |
_createdonbehalfby_value | createdonbehalfby |
Unique identifier of the delegate user who created the timezonelocalizedname. |
_modifiedby_value | modifiedby |
Unique identifier of the user who last modified the time zone localized name. |
_modifiedonbehalfby_value | modifiedonbehalfby |
Unique identifier of the delegate user who last modified the timezonelocalizedname. |
_timezonedefinitionid_value | timezonedefinitionid |
Unique identifier of time zone definition entity instances. |
Single-valued navigation properties
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 | systemuser | lk_timezonelocalizedname_createdby |
createdonbehalfby | systemuser | lk_timezonelocalizedname_createdonbehalfby |
modifiedby | systemuser | lk_timezonelocalizedname_modifiedby |
modifiedonbehalfby | systemuser | lk_timezonelocalizedname_modifiedonbehalfby |
timezonedefinitionid | timezonedefinition | lk_timezonelocalizedname_timezonedefinitionid |