Version

RelativePosition Property

Relative position of the occurrence of the week-day within a month or a year. Valid values are 1 to 5 and -5 to -1 for monthly frequency and 1 to 53 and -53 to -1 for yearly frequency.
Syntax
'Declaration
 
Public Property RelativePosition As Integer
public int RelativePosition {get; set;}
Remarks

RelativePosition specifies the relative position of the occurrence of the week-day within a month or a year. Valid values are 1 to 5 and -5 to -1 for monthly rule and 1 to 53 and -53 to -1 for yearly rule. For example, if Day is Monday and the RelativePosition is -1, then it specifies the last Monday in the month.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also