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


ITimeZoneInfo.DynamicRulesCount Property (ArcObjects .NET 10.4 SDK)
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