| Modifier and Type | Method and Description |
|---|---|
RecurrentSchedule |
Recurrence.schedule()
Get the scheduling constraints for when the profile begins.
|
RecurrentSchedule |
RecurrentSchedule.withDays(List<String> days)
Set the collection of days that the profile takes effect on.
|
RecurrentSchedule |
RecurrentSchedule.withHours(List<Integer> hours)
Set a collection of hours that the profile takes effect on.
|
RecurrentSchedule |
RecurrentSchedule.withMinutes(List<Integer> minutes)
Set a collection of minutes at which the profile takes effect at.
|
RecurrentSchedule |
RecurrentSchedule.withTimeZone(String timeZone)
Set the timezone for the hours of the profile.
|
| Modifier and Type | Method and Description |
|---|---|
Recurrence |
Recurrence.withSchedule(RecurrentSchedule schedule)
Set the scheduling constraints for when the profile begins.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/