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
Display Name
Time Zone Rule
Primary Key
timezoneruleid
Primary Key Attribute
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

See also