Click or drag to resize

RecurringRuleByDay Property

Gets or sets BYDAY parameter. List of days when event should occur. You can use static fields of Weekday class e.g. Monday.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public List<Weekday> ByDay { get; set; }

Property Value

ListWeekday
See Also