Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the week number of a monthly occurrence.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RecurrencePosition As Integer
Get
Set
'Usage
Dim instance As ResourceDataSet.CalendarExceptionsRow
Dim value As Integer
value = instance.RecurrencePosition
instance.RecurrencePosition = value
public int RecurrencePosition { get; set; }
Property value
Type: System.Int32
Remarks
This property is used only when the RecurrenceType property is set to type Monthly.
Value |
Meaning |
|---|---|
DBNull |
Recurrence type is not Monthly. |
1 |
First week. |
2 |
Second week. |
3 |
Third week. |
4 |
Fourth week. |
-1 |
Last week of the month, be it fourth or fifth. |
See also
Reference
ResourceDataSet.CalendarExceptionsRow class