Share via


NotificationRecipientScheduleEntryTime.Hour Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the hour of this entry time.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public int Hour { get; set; }
public:
property int Hour {
    int get();
    void set(int value);
}
member Hour : int with get, set
Public Property Hour As Integer

Property Value

Type: System.Int32

Returns an Int32 value that represents the hour of this entry time using 24-hour time notation. For example, 0 represents midnight, 1 represents 1:00 A.M., and so on.

Remarks

The possible range of values returned by this method is 0–23.

See Also

NotificationRecipientScheduleEntryTime Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top