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


ITimeZoneInfo.DynamicRulesCount 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.DynamicRulesCount Property
ArcGIS Developer Help

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(
  System.Int32* 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