ArcObjects Library Reference (System)  

ITimeZoneInfo.DynamicRulesCount Property

Number of dynamic adjustment rules for the time zone.

[Visual Basic .NET]
Public ReadOnly Property DynamicRulesCount As Integer
[C#]
public int DynamicRulesCount {get;}
[C++]
HRESULT get_DynamicRulesCount(
  long* DynamicRulesCount
);
[C++]

Parameters

DynamicRulesCount [out, retval]   DynamicRulesCount is a parameter of type long

Product Availability

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

See Also

ITimeZoneInfo Interface