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

switch_fulldate_cmp() public static method

public static switch_fulldate_cmp ( string exp, SWIGTYPE_p_switch_time_t ts ) : int
exp string
ts SWIGTYPE_p_switch_time_t
return int
        public static int switch_fulldate_cmp(string exp, SWIGTYPE_p_switch_time_t ts)
        {
            int ret = freeswitchPINVOKE.switch_fulldate_cmp(exp, SWIGTYPE_p_switch_time_t.getCPtr(ts));
            return ret;
        }
freeswitch