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


ITimeZoneInfo.DynamicRule Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeZoneInfo Interface > ITimeZoneInfo.DynamicRule Property
ArcGIS Developer Help

ITimeZoneInfo.DynamicRule Property

The dynamic adjustment rule for a specific year.

[Visual Basic .NET]
Public Function get_DynamicRule ( _
    ByVal Year As Integer _
) As ITimeZoneRule
[C#]
public ITimeZoneRule get_DynamicRule (
    int Year
);
[C++]
HRESULT get_DynamicRule(
  long Year,
  ITimeZoneRule** DynamicRule
);
[C++]
Parameters
Year [in]

Year is a parameter of type long DynamicRule [out, retval]
DynamicRule is a parameter of type ITimeZoneRule**

Product Availability

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

See Also

ITimeZoneInfo Interface