iCalRecurrencePatternByWeekNo Property |
The list of 1-based week numbers for which this recurrence applies,
for example, recurrences such as "1st and 3rd week of the month for the next 6 months".
This is really only applicable with recurrence frequencies of
Monthly and
Yearly.
Namespace:
NetQuarry.Mail
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public List<int> ByWeekNo { get; set; }
Public Property ByWeekNo As List(Of Integer)
Get
Set
Property Value
Type:
ListInt32See Also