API_MEDKINECT.Calendars.get_calendars C# (CSharp) 메소드

get_calendars() 공개 메소드

public get_calendars ( ) : Object
리턴 Object
        public Object get_calendars()
        {
            return this.conexion_rest("get", "api/calendars/#", null, this.id);
        }