NotificationRecipientScheduleEntryTime Class

 

Applies To: Operations Manager for System Center 2012

Represents the time of day at which a daily schedule starts or stops.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Administration.NotificationRecipientScheduleEntryTime

Syntax

[SerializableAttribute]
public class NotificationRecipientScheduleEntryTime
[SerializableAttribute]
public ref class NotificationRecipientScheduleEntryTime 
[<SerializableAttribute>]
type NotificationRecipientScheduleEntryTime = class end
<SerializableAttribute>
Public Class NotificationRecipientScheduleEntryTime

Constructors

Name Description
System_CAPS_pubmethod NotificationRecipientScheduleEntryTime()

Initializes the NotificationRecipientScheduleEntryTime class.

System_CAPS_pubmethod NotificationRecipientScheduleEntryTime(Int32)

Initializes the NotificationRecipientScheduleEntryTime class with this entry time's hour.

System_CAPS_pubmethod NotificationRecipientScheduleEntryTime(Int32, Int32)

Initializes the NotificationRecipientScheduleEntryTime class with this entry time's hour and minute.

Properties

Name Description
System_CAPS_pubproperty Hour

Gets or sets the hour of this entry time.

System_CAPS_pubproperty Minute

Gets or sets the minute of this entry time.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

DailyEndTime
DailyStartTime
Microsoft.EnterpriseManagement.Administration Namespace

Return to top