timezonerule EntityType
Definition for time conversion between local time and Coordinated Universal Time (UTC) for a particular time zone at a particular time period.
- Entity set path:
- [organization URI]/api/data/v9.2/timezonerules
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- Time Zone Rule
- Primary key:
- timezoneruleid
- Primary name column:
- timezoneruleversionnumber
- 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 rule. Display name: Bias |
createdon | Edm.DateTimeOffset |
Date and time when the time zone rule was created. Display name: Created On Read only
|
daylightbias | Edm.Int32 |
Time bias in addition to the base bias for daylight savings time. Display name: Daylight Bias |
daylightday | Edm.Int32 |
Day of the month when daylight savings time starts. Display name: Daylight Day |
daylightdayofweek | Edm.Int32 |
Day of the week when daylight savings time starts. Display name: Daylight Day Of Week |
daylighthour | Edm.Int32 |
Hour of the day when daylight savings time starts Display name: Daylight Hour |
daylightminute | Edm.Int32 |
Minute of the hour when daylight savings time starts. Display name: Daylight Minute |
daylightmonth | Edm.Int32 |
Month when daylight savings time starts. Display name: Daylight Month |
daylightsecond | Edm.Int32 |
Second of the minute when daylight savings time starts Display name: Daylight Second |
daylightyear | Edm.Int32 |
Year when daylight savings times starts. Display name: Daylight Year |
effectivedatetime | Edm.DateTimeOffset |
Time that this rule takes effect, in local time. Display name: Effective Date Time |
modifiedon | Edm.DateTimeOffset |
Date and time when the time zone rule was modified. Display name: Modified On Read only
|
standardbias | Edm.Int32 |
Time bias in addition to the base bias for standard time. Display name: Standard Bias |
standardday | Edm.Int32 |
Day of the month when standard time starts. Display name: Standard Day |
standarddayofweek | Edm.Int32 |
Day of the week when standard time starts. Display name: Standard Day Of Week |
standardhour | Edm.Int32 |
Hour of the day when standard time starts. Display name: Standard Hour |
standardminute | Edm.Int32 |
Minute of the hour when standard time starts. Display name: Standard Minute |
standardmonth | Edm.Int32 |
Month when standard time starts. Display name: Standard Month |
standardsecond | Edm.Int32 |
Second of the Minute when standard time starts. Display name: Standard Second |
standardyear | Edm.Int32 |
Year when standard time starts. Display name: Standard Year |
timezoneruleid | Edm.Guid |
Unique identifier of the time zone rule. Display name: Time Zone Rule |
timezoneruleversionnumber | Edm.Int32 |
For internal use only Display name: Time Zone Rule Version Number |
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 rule. |
_createdonbehalfby_value | createdonbehalfby |
Unique identifier of the delegate user who created the timezonerule. |
_modifiedby_value | modifiedby |
Unique identifier of the user who last modified the time zone rule. |
_modifiedonbehalfby_value | modifiedonbehalfby |
Unique identifier of the delegate user who last modified the timezonerule. |
_timezonedefinitionid_value | timezonedefinitionid |
Unique identifier of the time zone definition. |
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_timezonerule_createdby |
createdonbehalfby | systemuser | lk_timezonerule_createdonbehalfby |
modifiedby | systemuser | lk_timezonerule_modifiedby |
modifiedonbehalfby | systemuser | lk_timezonerule_modifiedonbehalfby |
timezonedefinitionid | timezonedefinition | lk_timezonerule_timezonedefinitionid |