ActiveDirectorySchedule.SetDailySchedule Method
Adds a range of times for every day of the week to the schedule.
Namespace: System.DirectoryServices.ActiveDirectory
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
public void SetDailySchedule( HourOfDay fromHour, MinuteOfHour fromMinute, HourOfDay toHour, MinuteOfHour toMinute )
Parameters
- fromHour
- Type: System.DirectoryServices.ActiveDirectory.HourOfDay
One of the HourOfDay members that specifies the first hour that the source will be available for replication.
- fromMinute
- Type: System.DirectoryServices.ActiveDirectory.MinuteOfHour
One of the MinuteOfHour members that specifies the first 15-minute interval that the source will be available for replication.
- toHour
- Type: System.DirectoryServices.ActiveDirectory.HourOfDay
One of the HourOfDay members that specifies the final hour that the source will be available for replication.
- toMinute
- Type: System.DirectoryServices.ActiveDirectory.MinuteOfHour
One of the MinuteOfHour members that specifies the final 15-minute interval that the source will be available for replication.
All of the parameters in this method are inclusive.
This method is cumulative and does not remove any existing schedule information. If an existing schedule and the new schedule overlap, the result will still be cumulative. To clear the schedule, use the ResetSchedule method.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.