Compartir a través de


Recurrence.ByMonthDay Property

The ByMonthDay property gets or sets an array of integers that together represent the value of the BYMONTHDAY property.

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

Syntax

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

value = instance.ByMonthDay

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

Property Value

Type: []