This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeZoneInfo Interface > ITimeZoneInfo.AddDynamicRule Method (ArcObjects .NET 10.5 SDK) |
Adds a dynamic adjustment to the time zone.
[Visual Basic .NET] Public Sub AddDynamicRule ( _ ByVal DynamicRule As ITimeZoneRule _ )
[C#] public void AddDynamicRule ( ITimeZoneRule DynamicRule );
[C++]
HRESULT AddDynamicRule(
ITimeZoneRule* DynamicRule
);
[C++]
Parameters DynamicRule [in]
DynamicRule is a parameter of type ITimeZoneRule