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

update_calendars() 공개 메소드

public update_calendars ( ) : Object
리턴 Object
        public Object update_calendars()
        {
            return this.conexion_rest("post", "api/calendars/#/update", this, this.id);
        }