IRecurrenceRuleByDay Property
IT Hit WebDAV Classes Reference
Gets or sets "BYDAY" rule part which represents list of days of the week.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax DayRule[] ByDay { get; set; }
Property ByDay As DayRule()
Get
Set
property array<DayRule^>^ ByDay {
array<DayRule^>^ get ();
void set (array<DayRule^>^ value);
}
abstract ByDay : DayRule[] with get, set
Property Value
Type:
DayRuleSee Also