Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
 SetDailySchedule Method

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
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)

Visual Basic (Declaration)
Public Sub SetDailySchedule ( _
    fromHour As HourOfDay, _
    fromMinute As MinuteOfHour, _
    toHour As HourOfDay, _
    toMinute As MinuteOfHour _
)
Visual Basic (Usage)
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)
C#
public void SetDailySchedule (
    HourOfDay fromHour,
    MinuteOfHour fromMinute,
    HourOfDay toHour,
    MinuteOfHour toMinute
)
C++
public:
void SetDailySchedule (
    HourOfDay fromHour, 
    MinuteOfHour fromMinute, 
    HourOfDay toHour, 
    MinuteOfHour toMinute
)
J#
public void SetDailySchedule (
    HourOfDay fromHour, 
    MinuteOfHour fromMinute, 
    HourOfDay toHour, 
    MinuteOfHour toMinute
)
JScript
public function SetDailySchedule (
    fromHour : HourOfDay, 
    fromMinute : MinuteOfHour, 
    toHour : HourOfDay, 
    toMinute : MinuteOfHour
)
XAML
Not applicable.

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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker