iControl.SystemSystemInfo.Endget_time_zone C# (CSharp) Method

Endget_time_zone() public method

public Endget_time_zone ( System asyncResult ) : CommonTimeZone
asyncResult System
return CommonTimeZone
        public CommonTimeZone Endget_time_zone(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonTimeZone)(results[0]));
        }
SystemSystemInfo