CalendarRecurrenceWeek enumeration
Specifies one week of a month that is used to setup a schedule.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Enumeration CalendarRecurrenceWeek
'Usage
Dim instance As CalendarRecurrenceWeek
public enum CalendarRecurrenceWeek
Members
Member name | Description | |
---|---|---|
NotSpecified | The week number of a monthly occurrence is not specified. | |
First | First week of a month. | |
Second | Second week of a month. | |
Third | Third week of a month. | |
Fourth | Fourth week of a month. | |
Last | Last week of a month. |