FreeSWITCH.Native.Api.getTime C# (CSharp) Method

getTime() public method

public getTime ( ) : string
return string
        public string getTime()
        {
            string ret = freeswitchPINVOKE.Api_getTime(swigCPtr);
            return ret;
        }