| Name | Description |
---|
| SetYearlyScheduleRecurrence(Date, Collection<(Of <<'(Int32>)>>), Int32) |
Sets a yearly schedule that runs all day on specific dates of a particular month, with no end date.
|
| SetYearlyScheduleRecurrence(Date, Date, Collection<(Of <<'(Int32>)>>), Int32) |
Sets a yearly schedule that runs all day on specific dates of a particular month.
|
| SetYearlyScheduleRecurrence(Date, RecurrenceRelativeMonthlyType, RecurrenceRelativeDayType, Int32) |
Sets a yearly schedule that runs all day on a relative day of a particular month, with no end date.
|
| SetYearlyScheduleRecurrence(Date, Date, RecurrenceRelativeMonthlyType, RecurrenceRelativeDayType, Int32) |
Sets a yearly schedule that runs all day on a relative day of a particular month.
|
| SetYearlyScheduleRecurrence(Date, Collection<(Of <<'(Int32>)>>), Int32, Time, Time) |
Sets a yearly schedule that runs on specific dates of a particular month, with no end date.
|
| SetYearlyScheduleRecurrence(Date, Date, Collection<(Of <<'(Int32>)>>), Int32, Time, Time) |
Sets a yearly schedule that runs on specific dates of a particular month.
|
| SetYearlyScheduleRecurrence(Date, RecurrenceRelativeMonthlyType, RecurrenceRelativeDayType, Int32, Time, Time) |
Sets a yearly schedule that runs on a relative day of a particular month, with no end date.
|
| SetYearlyScheduleRecurrence(Date, Date, RecurrenceRelativeMonthlyType, RecurrenceRelativeDayType, Int32, Time, Time) |
Sets a yearly schedule that runs on a relative day of a particular month.
|