Recurrence.BySecond property
The BySecond property gets or sets an array of integers that together represent the value of the BYSECOND property.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property BySecond As Integer()
Get
Set
'Usage
Dim instance As Recurrence
Dim value As Integer()
value = instance.BySecond
instance.BySecond = value
public int[] BySecond { get; set; }
Property value
Type: []