TimeWindow.TimeZone Property
Optional. The time zone of the start and end times for 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
TimeWindow Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top