iControl.SystemSystemInfo.Endget_time_zone C# (CSharp) Méthode

Endget_time_zone() public méthode

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