IRecurrenceWeekdays Property |
Weekdays - bitflag for monday - sunday. Use the EnRecurrenceWeekDays enum to combine days.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxshort Weekdays { get; set; }
Property Weekdays As Short
Get
Set
Dim instance As IRecurrence
Dim value As Short
value = instance.Weekdays
instance.Weekdays = value
property short Weekdays {
short get ();
void set (short value);
}
Property Value
Type:
Int16
See Also