| 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.23341.1754
Syntax public List<Weekday> ByDay { get; set; }
Public Property ByDay As List(Of Weekday)
Get
Set
public:
property List<Weekday^>^ ByDay {
List<Weekday^>^ get ();
void set (List<Weekday^>^ value);
}
member ByDay : List<Weekday> with get, set
Property Value
Type:
ListWeekdaySee Also