不具合 ID 番号 |
BUG-000091275 |
送信されました | October 8, 2015 |
最終更新日 | June 25, 2025 |
適用対象 | ArcGIS for Server |
見つかったバージョン | 10.3.1 |
ステータス | Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
|
参考情報
We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.
対処法
Set TimeReference to the DataObjects:For .NET:TimeReference pTime = new TimeReference();pTime.TimeZoneNameID = "UTC";pTime.RespectsDaylightSavingTime = true;pTime.RespectsDynamicAdjustmentRules = true;DataObjects addDataObjects = new DataObjects(); addDataObjects.DataObjectArray = dArray; addDataObjects.TimeReference = pTime;For XML:
<!--REQUIRED-->
<TimeReference>
<TimeZoneNameID>UTC</TimeZoneNameID>
<!--Optional:-->
<RespectsDaylightSavingTime>true</RespectsDaylightSavingTime>
<!--Optional:-->
<RespectsDynamicAdjustmentRules>true</RespectsDynamicAdjustmentRules>
</TimeReference>
再現の手順