ResourceDataSet.CalendarExceptionsRow.RecurrencePosition Property
Specifies the week number of a monthly occurrence.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
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, whether that is the fourth week or the fifth week. |
See Also
Reference
ResourceDataSet.CalendarExceptionsRow Class