Share via


NotificationRecipientScheduleEntry.TimeZone Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the time zone for this schedule.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.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

Returns a String representing the time zone.

See Also

NotificationRecipientScheduleEntry Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top