NotificationRecipientScheduleEntryTime Class

System Center
 

Updated: April 16, 2012

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)

System::Object
  Microsoft.EnterpriseManagement.Administration::NotificationRecipientScheduleEntryTime

[SerializableAttribute]
public ref class NotificationRecipientScheduleEntryTime 

NameDescription
System_CAPS_pubmethodNotificationRecipientScheduleEntryTime()

Initializes the NotificationRecipientScheduleEntryTime class.

System_CAPS_pubmethodNotificationRecipientScheduleEntryTime(Int32)

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

System_CAPS_pubmethodNotificationRecipientScheduleEntryTime(Int32, Int32)

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

NameDescription
System_CAPS_pubpropertyHour

Gets or sets the hour of this entry time.

System_CAPS_pubpropertyMinute

Gets or sets the minute of this entry time.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: