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.