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


ITimeZoneInfo.DynamicRule Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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