FreeSWITCH.Native.freeswitch.switch_str_time C# (CSharp) Метод

switch_str_time() публичный статический Метод

public static switch_str_time ( string arg0 ) : SWIGTYPE_p_switch_time_t
arg0 string
Результат SWIGTYPE_p_switch_time_t
        public static SWIGTYPE_p_switch_time_t switch_str_time(string arg0)
        {
            SWIGTYPE_p_switch_time_t ret = new SWIGTYPE_p_switch_time_t(freeswitchPINVOKE.switch_str_time(arg0), true);
            return ret;
        }
freeswitch