ActiveDirectorySchedule.SetDailySchedule Method
.NET Framework 4
Adds a range of times for every day of the week to the schedule.
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.