TimeWindow.TimeZone Property

 

Optional. The time zone information.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.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

TimeWindow Class
Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models Namespace

Return to top