Overload List

  NameDescription
Public methodSetMonthlyScheduleRecurrence(Date, Collection<(Of <<'(Int32>)>>))
Sets a monthly schedule that runs all day on specific dates and has no end date.
Public methodSetMonthlyScheduleRecurrence(Date, Date, Collection<(Of <<'(Int32>)>>))
Sets a monthly schedule that runs all day on specific dates.
Public methodSetMonthlyScheduleRecurrence(Date, RecurrenceRelativeMonthlyType, RecurrenceRelativeDayType)
Sets a monthly schedule that runs all day on a relative day and has no end date.
Public methodSetMonthlyScheduleRecurrence(Date, Date, RecurrenceRelativeMonthlyType, RecurrenceRelativeDayType)
Sets a monthly schedule that runs all day on a relative day.
Public methodSetMonthlyScheduleRecurrence(Date, Collection<(Of <<'(Int32>)>>), Time, Time)
Sets a monthly schedule that runs on specific dates and has no end date.
Public methodSetMonthlyScheduleRecurrence(Date, Date, Collection<(Of <<'(Int32>)>>), Time, Time)
Sets a monthly schedule that runs on specific dates.
Public methodSetMonthlyScheduleRecurrence(Date, RecurrenceRelativeMonthlyType, RecurrenceRelativeDayType, Time, Time)
Sets a monthly schedule that runs on a relative day and has no end date.
Public methodSetMonthlyScheduleRecurrence(Date, Date, RecurrenceRelativeMonthlyType, RecurrenceRelativeDayType, Time, Time)
Sets a monthly schedule that runs on a relative day.

See Also