Gets or sets BYWEEKNO parameter. List of values ranging from 1 to 53 or -53 to -1.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public List<int> ByWeekNumber { get; set; }
Visual Basic
Public Property ByWeekNumber As List(Of Integer)
	Get
	Set
Visual C++
public:
property List<int>^ ByWeekNumber {
	List<int>^ get ();
	void set (List<int>^ value);
}

See Also