Click or drag to resize

iCalRecurrencePatternByMonthDay Property

The list of 1-based days-of-the-month for which this recurrence applies, for example, recurrences such as "1st and 15th 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> ByMonthDay { get; set; }

Property Value

Type: ListInt32
See Also