IAdministrationService.ExtendMaintenanceSchedule(Guid, DateTime) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extends a maintenance schedule.
public:
void ExtendMaintenanceSchedule(Guid scheduleId, DateTime scheduleEndTime);
public void ExtendMaintenanceSchedule (Guid scheduleId, DateTime scheduleEndTime);
abstract member ExtendMaintenanceSchedule : Guid * DateTime -> unit
Public Sub ExtendMaintenanceSchedule (scheduleId As Guid, scheduleEndTime As DateTime)
Parameters
- scheduleId
- Guid
The id of the maintenance schedule to extend.
- scheduleEndTime
- DateTime