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

create_calendars() 공개 메소드

public create_calendars ( ) : Object
리턴 Object
        public Object create_calendars()
        {
            return this.conexion_rest("post", "api/calendars/new", this, -1);
        }