ResourceDataSet.CalendarExceptionsRow.RecurrencePosition Property
Specifies the week number of a monthly occurrence.
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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