Gets or sets the list of values which corresponds to the nth occurrence within the set of events specified by the rule. It MUST only be used in conjunction with another BYxxx rule part. Repeats are ignored.
'Declaration
Public Property ByOccurrenceList As Integer()
public int[] ByOccurrenceList {get; set;}
Property Value
The list of values which corresponds to the nth occurrence within the set of events specified by the rule.
"The last work day of the month" could be represented as MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1.