NotificationRecipientScheduleEntryTime.Hour Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the hour of this entry time.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As NotificationRecipientScheduleEntryTime
Dim value As Integer
value = instance.Hour
instance.Hour = value
Syntax
'Declaration
Public Property Hour As Integer
public int Hour { get; set; }
public:
property int Hour {
int get ();
void set (int value);
}
/** @property */
public int get_Hour ()
/** @property */
public void set_Hour (int value)
public function get Hour () : int
public function set Hour (value : int)
Property Value
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.
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.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
NotificationRecipientScheduleEntryTime Class
NotificationRecipientScheduleEntryTime Members
Microsoft.EnterpriseManagement.Administration Namespace