ExYearlyRecurringTime.Hour Property
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Property Hour As Integer
Get
Set
'Usage
Dim instance As ExYearlyRecurringTime
Dim value As Integer
value = instance.Hour
instance.Hour = value
public int Hour { get; set; }
Property Value
Type: System.Int32