NotificationRecipientScheduleEntryTime.Hour Property

Definition

The hour this time represents.

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

Property Value

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.

Applies to