FreeSWITCH.Native.Api.getTime C# (CSharp) 메소드

getTime() 공개 메소드

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