Gets or sets BYSETPOS parameter. Specifies list of values which corresponds to the nth occurrence within the set of events specified by the rule. Valid values are 1 to 366 or -366 to -1. It MUST only be used in conjunction with another BYxxx rule part. For example "the last work day of the month" could be represented as: RRULE:FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1

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

Syntax

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

See Also