API_MEDKINECT.Calendars.update_calendars C# (CSharp) Méthode

update_calendars() public méthode

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