Recurrence.ByHour property

The ByHour property gets or sets an array of integers that represents the value of the BYHOUR property.

Namespace:  Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Property ByHour As Integer()
    Get
    Set
'Usage
Dim instance As Recurrence
Dim value As Integer()

value = instance.ByHour

instance.ByHour = value
public int[] ByHour { get; set; }

Property value

Type: []

See also

Reference

Recurrence class

Recurrence members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace