| RecurringRuleByWeekNumber Property |
Gets or sets BYWEEKNO parameter.
List of values ranging from 1 to 53 or -53 to -1.
A week is defined as a seven day period, starting on the day of the week defined to be the week start (
WorkweekStarts).
Week number one of the calendar year is the first week which contains at least four (4) days in that calendar year.
This rule part is only valid for YEARLY rules. For example, 3 represents the third week of the year.
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public List<int> ByWeekNumber { get; set; }
Public Property ByWeekNumber As List(Of Integer)
Get
Set
public:
property List<int>^ ByWeekNumber {
List<int>^ get ();
void set (List<int>^ value);
}
member ByWeekNumber : List<int> with get, set
Property Value
Type:
ListInt32See Also