ActiveDirectorySchedule Class
The ActiveDirectorySchedule class represents the weekly schedule for an Active Directory Domain Services replication.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
| Name | Description | |
|---|---|---|
![]() | ActiveDirectorySchedule() | Initializes a new instance of the ActiveDirectorySchedule class. |
![]() | ActiveDirectorySchedule(ActiveDirectorySchedule^) | Initializes a new instance of the ActiveDirectorySchedule class, using the specified ActiveDirectorySchedule object. |
| Name | Description | |
|---|---|---|
![]() | RawSchedule | Gets or sets a three-dimensional array that indicates at what time during the week that the source is available for replication. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ResetSchedule() | Resets the entire schedule to unavailable. |
![]() | SetDailySchedule(HourOfDay, MinuteOfHour, HourOfDay, MinuteOfHour) | Adds a range of times for every day of the week to the schedule. |
![]() | SetSchedule(DayOfWeek, HourOfDay, MinuteOfHour, HourOfDay, MinuteOfHour) | Adds a range of times for a single day to the schedule. |
![]() | SetSchedule(array<DayOfWeek>^, HourOfDay, MinuteOfHour, HourOfDay, MinuteOfHour) | Adds a range of times for multiple days to the schedule. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


