This document is archived and information here might be outdated.  Recommended version.


ITimeZoneInfo.AddDynamicRule Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

ITimeZoneInfo.AddDynamicRule Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITimeZoneInfo Interface