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

switch_split_date() public static method

public static switch_split_date ( string exp, SWIGTYPE_p_int year, SWIGTYPE_p_int month, SWIGTYPE_p_int day ) : void
exp string
year SWIGTYPE_p_int
month SWIGTYPE_p_int
day SWIGTYPE_p_int
return void
        public static void switch_split_date(string exp, SWIGTYPE_p_int year, SWIGTYPE_p_int month, SWIGTYPE_p_int day)
        {
            freeswitchPINVOKE.switch_split_date(exp, SWIGTYPE_p_int.getCPtr(year), SWIGTYPE_p_int.getCPtr(month), SWIGTYPE_p_int.getCPtr(day));
        }
freeswitch