Share via


RecurrentSchedule.TimeZone Property

 

Optional. The time zone for the hours of the profile.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public string TimeZone { get; set; }
public:
property String^ TimeZone {
    String^ get();
    void set(String^ value);
}
member TimeZone : string with get, set
Public Property TimeZone As String

Property Value

Type: System.String

See Also

RecurrentSchedule Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top