Click or drag to resize

IRecurrenceRule.BySetPos Property

IT Hit WebDAV Classes Reference
Gets or sets "BYSETPOS" rule part which represents the nth occurrence within the set of recurrence instances specified by the rule. Valid values are 1 to 366 or -366 to -1.

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
short[] BySetPos { get; set; }

Property Value

Type:Int16[]
Remarks
For example "the last work day of the month" could be represented as: FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1
See Also