This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeZoneInfo Interface > ITimeZoneInfo.DynamicRule Property (ArcObjects .NET 10.4 SDK) |
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