timezonedefinition EntityType
Time zone definition, including name and time zone code.
- Entity set path:
- [organization URI]/api/data/v9.2/timezonedefinitions
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- Time Zone Definition
- Primary key:
- timezonedefinitionid
- 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 |
---|---|---|
bias | Edm.Int32 |
Base time bias of the time zone. Display name: Bias |
createdon | Edm.DateTimeOffset |
Date and time when the time zone record was created. Display name: Created On Read only
|
daylightname | Edm.String |
Time zone name for the daylight time. Display name: Daylight Name |
modifiedon | Edm.DateTimeOffset |
Date and time when the time zone record was modified. Display name: Modified On Read only
|
retiredorder | Edm.Int32 |
Order an entry for a time zone definition is retired. 0 for the latest entry. Display name: Retired Order |
standardname | Edm.String |
Time zone name for the standard time. Display name: Standard Name |
timezonecode | Edm.Int32 |
Time zone identification code. Display name: Time Zone Code |
timezonedefinitionid | Edm.Guid |
Unique identifier of the time zone record. Display name: Time Zone Definition |
userinterfacename | Edm.String |
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 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. |
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_timezonedefinition_createdby |
createdonbehalfby | systemuser | lk_timezonedefinition_createdonbehalfby |
modifiedby | systemuser | lk_timezonedefinition_modifiedby |
modifiedonbehalfby | systemuser | lk_timezonedefinition_modifiedonbehalfby |
Collection-valued navigation properties
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 | timezonelocalizedname | timezonedefinitionid |
lk_timezonerule_timezonedefinitionid | timezonerule | timezonedefinitionid |
Operations
The following operations can be used with the timezonedefinition entity type.
Name | Binding |
---|---|
GetAllTimeZonesWithDisplayName | Bound to Collection |
GetTimeZoneCodeByLocalizedName | Not Bound |
LocalTimeFromUtcTime | Not Bound |