Click or drag to resize

iCalRecurrencePatternByYearDay Property

The list of 1-based days-of-the-year (e.g. 1 through 366) for which this recurrence applies, for example, recurrences such as "1st and 100th day of the year for the next 5 years". This is really only applicable with recurrence frequency of Yearly.

Namespace:  NetQuarry.Mail
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public List<int> ByYearDay { get; set; }

Property Value

Type: ListInt32
See Also