FreeSWITCH.Native.freeswitch.switch_time_exp_tz_name C# (CSharp) Method

switch_time_exp_tz_name() public static method

public static switch_time_exp_tz_name ( string tz, SWIGTYPE_p_switch_time_exp_t tm, SWIGTYPE_p_switch_time_t thetime ) : switch_status_t
tz string
tm SWIGTYPE_p_switch_time_exp_t
thetime SWIGTYPE_p_switch_time_t
return switch_status_t
        public static switch_status_t switch_time_exp_tz_name(string tz, SWIGTYPE_p_switch_time_exp_t tm, SWIGTYPE_p_switch_time_t thetime)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_time_exp_tz_name(tz, SWIGTYPE_p_switch_time_exp_t.getCPtr(tm), SWIGTYPE_p_switch_time_t.getCPtr(thetime));
            if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
freeswitch