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

switch_xml_std_datetime_check() public static method

public static switch_xml_std_datetime_check ( switch_xml xcond, SWIGTYPE_p_int offset ) : int
xcond switch_xml
offset SWIGTYPE_p_int
return int
        public static int switch_xml_std_datetime_check(switch_xml xcond, SWIGTYPE_p_int offset)
        {
            int ret = freeswitchPINVOKE.switch_xml_std_datetime_check(switch_xml.getCPtr(xcond), SWIGTYPE_p_int.getCPtr(offset));
            return ret;
        }
freeswitch