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)
Visual Basic (Declaration)
Public Sub SetDailySchedule ( _
fromHour As HourOfDay, _
fromMinute As MinuteOfHour, _
toHour As HourOfDay, _
toMinute As MinuteOfHour _
)
Dim instance As ActiveDirectorySchedule
Dim fromHour As HourOfDay
Dim fromMinute As MinuteOfHour
Dim toHour As HourOfDay
Dim toMinute As MinuteOfHour
instance.SetDailySchedule(fromHour, fromMinute, toHour, toMinute)
public void SetDailySchedule (
HourOfDay fromHour,
MinuteOfHour fromMinute,
HourOfDay toHour,
MinuteOfHour toMinute
)
public:
void SetDailySchedule (
HourOfDay fromHour,
MinuteOfHour fromMinute,
HourOfDay toHour,
MinuteOfHour toMinute
)
public void SetDailySchedule (
HourOfDay fromHour,
MinuteOfHour fromMinute,
HourOfDay toHour,
MinuteOfHour toMinute
)
public function SetDailySchedule (
fromHour : HourOfDay,
fromMinute : MinuteOfHour,
toHour : HourOfDay,
toMinute : MinuteOfHour
)
Parameters
- fromHour
One of the HourOfDay members that specifies the first hour that the source will be available for replication.
- fromMinute
One of the MinuteOfHour members that specifies the first 15-minute interval that the source will be available for replication.
- toHour
One of the HourOfDay members that specifies the final hour that the source will be available for replication.
- toMinute
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 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
.NET Framework
Supported in: 3.0, 2.0