WeeklyRecurrence Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WeeklyRecurrence() |
Initializes a new instance of the WeeklyRecurrence class. |
WeeklyRecurrence(IList<String>, String, String) |
Initializes a new instance of the WeeklyRecurrence class. |
WeeklyRecurrence()
Initializes a new instance of the WeeklyRecurrence class.
public WeeklyRecurrence ();
Public Sub New ()
Applies to
WeeklyRecurrence(IList<String>, String, String)
Initializes a new instance of the WeeklyRecurrence class.
public WeeklyRecurrence (System.Collections.Generic.IList<string> daysOfWeek, string startTime = default, string endTime = default);
new Microsoft.Azure.Management.AlertsManagement.Models.WeeklyRecurrence : System.Collections.Generic.IList<string> * string * string -> Microsoft.Azure.Management.AlertsManagement.Models.WeeklyRecurrence
Public Sub New (daysOfWeek As IList(Of String), Optional startTime As String = Nothing, Optional endTime As String = Nothing)
Parameters
- startTime
- String
Start time for recurrence.
- endTime
- String
End time for recurrence.