timezonelocalizedname EntityType

Localized name of the time zone.

Entity Set Path
[organization URI]/api/data/v9.2/timezonelocalizednames
Base Type
crmbaseentity
Display Name
Time Zone Localized Name
Primary Key
timezonelocalizednameid
Primary Key Attribute
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

See also