Share via


Recurrence.ByDayList property

The ByDayList property gets or sets an array of Recurrence.ByDay structures that together represent the value of the BYDAY property.

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

Syntax

'Declaration
Public Property ByDayList As Recurrence.ByDay()
    Get
    Set
'Usage
Dim instance As Recurrence
Dim value As Recurrence.ByDay()

value = instance.ByDayList

instance.ByDayList = value
public Recurrence.ByDay[] ByDayList { get; set; }

Property value

Type: []

See also

Reference

Recurrence class

Recurrence members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace