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

switch_strftime_tz() public static method

public static switch_strftime_tz ( string tz, string format, string date, uint len, SWIGTYPE_p_switch_time_t thetime ) : switch_status_t
tz string
format string
date string
len uint
thetime SWIGTYPE_p_switch_time_t
return switch_status_t
        public static switch_status_t switch_strftime_tz(string tz, string format, string date, uint len, SWIGTYPE_p_switch_time_t thetime)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_strftime_tz(tz, format, date, len, SWIGTYPE_p_switch_time_t.getCPtr(thetime));
            if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
freeswitch