How to update the End time of a ReservationInstance via code?
17th June 2021
In an automation script I need to update a ReservationInstance. For example: var reservationInstance = new DataMiner.Net.ResourceManager.Objects.ReservationInstance(new TimeRangeUtc(utcStartTime, utcEndTime)) { ID = bookingGuid, }; the End property of the reservationInstance …