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

switch_epoch_time_now() public static method

public static switch_epoch_time_now ( SWIGTYPE_p_time_t t ) : SWIGTYPE_p_time_t
t SWIGTYPE_p_time_t
return SWIGTYPE_p_time_t
        public static SWIGTYPE_p_time_t switch_epoch_time_now(SWIGTYPE_p_time_t t)
        {
            SWIGTYPE_p_time_t ret = new SWIGTYPE_p_time_t(freeswitchPINVOKE.switch_epoch_time_now(SWIGTYPE_p_time_t.getCPtr(t)), true);
            return ret;
        }
freeswitch