iCalRecurrencePatternBySetPosition Property |
The list of numbers per the other
By rules.
For example the "second weekday of the month" would be specified on a monthly
Frequency by setting
this value to 2 and setting
ByDay to include Monday, Tuesday, Wednesday, Thursday, and Friday.
Namespace:
NetQuarry.Mail
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public List<int> BySetPosition { get; set; }
Public Property BySetPosition As List(Of Integer)
Get
Set
Property Value
Type:
ListInt32See Also