Recurrence.ByMinute property

The ByMinute property gets or sets an array of integers that together represent the value of the BYMINUTE property.

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

Syntax

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

value = instance.ByMinute

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

Property value

Type: []

See also

Reference

Recurrence class

Recurrence members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace