API_MEDKINECT.Calendars.update_calendars C# (CSharp) Method

update_calendars() public method

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