IRecurrenceRuleByDay Property
IT Hit WebDAV Classes Reference
Gets or sets "BYDAY" rule part which represents list of days of the week.
Namespace: ITHit.WebDAV.CalendarAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxDayRule[] 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:
DayRule
See Also