NotificationRecipientScheduleEntryTime.Minute Property

Updated: April 16, 2012

Gets or sets the minute of this entry time. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As NotificationRecipientScheduleEntryTime Dim value As Integer value = instance.Minute instance.Minute = valuePublic Property Minute As Integerpublic int Minute { get; set; }public: property int Minute { int get (); void set (int value); }/** @property */ public int get_Minute () /** @property */ public void set_Minute (int value) public function get Minute () : int public function set Minute (value : int) Property ValueReturns an Int32 value that represents the minutes of this entry time. For example, 0 represents no minutes (the default), 1 represents 1 minute, and so on.

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


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

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms