TimeZoneRule テーブル/エンティティの参照

注意

テーブルとエンティティの違いについて不明な点がありますか? 開発者: Microsoft Dataverse の用語を理解するを参照してください。

Definition for time conversion between local time and Coordinated Universal Time (UTC) for a particular time zone at a particular time period.

メッセージ

メッセージ Web API 操作 SDK クラスまたはメソッド
Retrieve GET [org URI]/api/data/v9.0/timezonerules(timezoneruleid)
取得を参照
RetrieveRequest または
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/timezonerules
データのクエリを参照
RetrieveMultipleRequest または
RetrieveMultiple

プロパティ

プロパティ
CollectionSchemaName TimeZoneRules
DisplayCollectionName Time Zone Rules
DisplayName Time Zone Rule
EntitySetName timezonerules
IsBPFEntity False
LogicalCollectionName timezonerules
LogicalName timezonerule
OwnershipType None
PrimaryIdAttribute timezoneruleid
PrimaryNameAttribute timezoneruleversionnumber
SchemaName TimeZoneRule

書き込み可能な列/属性

これらの列/属性は IsValidForCreate または IsValidForUpdate のいずれかについて true を返します (通常は両方)。 SchemaName が一覧表示。

Bias

プロパティ
Description Base time bias of the time zone rule.
DisplayName Bias
Format None
IsValidForForm True
IsValidForRead True
LogicalName bias
MaxValue 2147483647
MinValue -2147483648
RequiredLevel SystemRequired
Type Integer

DaylightBias

プロパティ
Description Time bias in addition to the base bias for daylight savings time.
DisplayName Daylight Bias
Format None
IsValidForForm True
IsValidForRead True
LogicalName daylightbias
MaxValue 2147483647
MinValue -2147483648
RequiredLevel SystemRequired
Type Integer

DaylightDay

プロパティ
Description Day of the month when daylight savings time starts.
DisplayName Daylight Day
Format None
IsValidForForm True
IsValidForRead True
LogicalName daylightday
MaxValue 31
MinValue 0
RequiredLevel SystemRequired
Type Integer

DaylightDayOfWeek

プロパティ
Description Day of the week when daylight savings time starts.
DisplayName Daylight Day Of Week
Format None
IsValidForForm True
IsValidForRead True
LogicalName daylightdayofweek
MaxValue 6
MinValue 0
RequiredLevel SystemRequired
Type Integer

DaylightHour

プロパティ
Description Hour of the day when daylight savings time starts
DisplayName Daylight Hour
Format None
IsValidForForm True
IsValidForRead True
LogicalName daylighthour
MaxValue 23
MinValue 0
RequiredLevel SystemRequired
Type Integer

DaylightMinute

プロパティ
Description Minute of the hour when daylight savings time starts.
DisplayName Daylight Minute
Format None
IsValidForForm True
IsValidForRead True
LogicalName daylightminute
MaxValue 59
MinValue 0
RequiredLevel SystemRequired
Type Integer

DaylightMonth

プロパティ
Description Month when daylight savings time starts.
DisplayName Daylight Month
Format None
IsValidForForm True
IsValidForRead True
LogicalName daylightmonth
MaxValue 12
MinValue 0
RequiredLevel SystemRequired
Type Integer

DaylightSecond

プロパティ
Description Second of the minute when daylight savings time starts
DisplayName Daylight Second
Format None
IsValidForForm True
IsValidForRead True
LogicalName daylightsecond
MaxValue 59
MinValue 0
RequiredLevel SystemRequired
Type Integer

DaylightYear

プロパティ
Description Year when daylight savings times starts.
DisplayName Daylight Year
Format None
IsValidForForm True
IsValidForRead True
LogicalName daylightyear
MaxValue 32768
MinValue 0
RequiredLevel SystemRequired
Type Integer

EffectiveDateTime

プロパティ
DateTimeBehavior UserLocal
Description Time that this rule takes effect, in local time.
DisplayName Effective Date Time
Format DateOnly
IsValidForForm True
IsValidForRead True
LogicalName effectivedatetime
RequiredLevel SystemRequired
Type DateTime

StandardBias

プロパティ
Description Time bias in addition to the base bias for standard time.
DisplayName Standard Bias
Format None
IsValidForForm True
IsValidForRead True
LogicalName standardbias
MaxValue 2147483647
MinValue -2147483648
RequiredLevel SystemRequired
Type Integer

StandardDay

プロパティ
Description Day of the month when standard time starts.
DisplayName Standard Day
Format None
IsValidForForm True
IsValidForRead True
LogicalName standardday
MaxValue 31
MinValue 0
RequiredLevel SystemRequired
Type Integer

StandardDayOfWeek

プロパティ
Description Day of the week when standard time starts.
DisplayName Standard Day Of Week
Format None
IsValidForForm True
IsValidForRead True
LogicalName standarddayofweek
MaxValue 6
MinValue 0
RequiredLevel SystemRequired
Type Integer

StandardHour

プロパティ
Description Hour of the day when standard time starts.
DisplayName Standard Hour
Format None
IsValidForForm True
IsValidForRead True
LogicalName standardhour
MaxValue 23
MinValue 0
RequiredLevel SystemRequired
Type Integer

StandardMinute

プロパティ
Description Minute of the hour when standard time starts.
DisplayName Standard Minute
Format None
IsValidForForm True
IsValidForRead True
LogicalName standardminute
MaxValue 59
MinValue 0
RequiredLevel SystemRequired
Type Integer

StandardMonth

プロパティ
Description Month when standard time starts.
DisplayName Standard Month
Format None
IsValidForForm True
IsValidForRead True
LogicalName standardmonth
MaxValue 12
MinValue 0
RequiredLevel SystemRequired
Type Integer

StandardSecond

プロパティ
Description Second of the Minute when standard time starts.
DisplayName Standard Second
Format None
IsValidForForm True
IsValidForRead True
LogicalName standardsecond
MaxValue 59
MinValue 0
RequiredLevel SystemRequired
Type Integer

StandardYear

プロパティ
Description Year when standard time starts.
DisplayName Standard Year
Format None
IsValidForForm True
IsValidForRead True
LogicalName standardyear
MaxValue 32768
MinValue 0
RequiredLevel SystemRequired
Type Integer

TimeZoneDefinitionId

プロパティ
Description Unique identifier of the time zone definition.
DisplayName Time Zone Definition
IsValidForForm False
IsValidForRead True
LogicalName timezonedefinitionid
RequiredLevel SystemRequired
Targets timezonedefinition
Type Lookup

TimeZoneRuleId

プロパティ
Description Unique identifier of the time zone rule.
DisplayName Time Zone Rule
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName timezoneruleid
RequiredLevel SystemRequired
Type Uniqueidentifier

TimeZoneRuleVersionNumber

プロパティ
Description For internal use only
DisplayName Time Zone Rule Version Number
Format None
IsValidForForm True
IsValidForRead True
LogicalName timezoneruleversionnumber
MaxValue 2147483647
MinValue -1
RequiredLevel SystemRequired
Type Integer

読み取り専用列/属性

これらの列/属性は IsValidForCreate または IsValidForUpdate の両方について false を返します。 SchemaName が一覧表示。

CreatedBy

プロパティ
Description Unique identifier of the user who created the time zone rule.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName createdby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedOn

プロパティ
DateTimeBehavior UserLocal
Description Date and time when the time zone rule was created.
DisplayName Created On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime

CreatedOnBehalfBy

プロパティ
Description Unique identifier of the delegate user who created the timezonerule.
DisplayName Created By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName createdonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedOnBehalfByName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

ModifiedBy

プロパティ
Description Unique identifier of the user who last modified the time zone rule.
DisplayName Modified By
IsValidForForm True
IsValidForRead True
LogicalName modifiedby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedOn

プロパティ
DateTimeBehavior UserLocal
Description Date and time when the time zone rule was modified.
DisplayName Modified On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName modifiedon
RequiredLevel None
Type DateTime

ModifiedOnBehalfBy

プロパティ
Description Unique identifier of the delegate user who last modified the timezonerule.
DisplayName Modified By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName modifiedonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedOnBehalfByName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOnBehalfByYomiName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

OrganizationId

プロパティ
Description Unique identifier of the organization associated with the time zone rule.
DisplayName Organization
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel None
Targets organization
Type Lookup

VersionNumber

プロパティ
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

多対一関連付け

各多対一の関係付けは、関連するテーブルとの対応する一対多の関係付けによって定義されます。 SchemaName が一覧表示。

lk_timezonerule_createdby

systemuser テーブル/エンティティの一対多のリレーションシップ lk_timezonerule_createdby を参照してください。

lk_timezonerule_modifiedonbehalfby

systemuser テーブル/エンティティの一対多のリレーションシップ lk_timezonerule_modifiedonbehalfby を参照してください。

lk_timezonerule_modifiedby

systemuser テーブル/エンティティの一対多のリレーションシップ lk_timezonerule_modifiedby を参照してください。

lk_timezonerule_timezonedefinitionid

timezonedefinition テーブル/エンティティの一対多のリレーションシップ lk_timezonerule_timezonedefinitionid を参照してください。

lk_timezonerule_createdonbehalfby

systemuser テーブル/エンティティの一対多のリレーションシップ lk_timezonerule_createdonbehalfby を参照してください。

関連項目

Dataverse テーブル/エンティティ参照 Web API リファレンス timezonerule EntityType