WeekNumberEnum Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the week of the month in which a scheduled report runs.
public enum class WeekNumberEnum
public enum WeekNumberEnum
type WeekNumberEnum =
Public Enum WeekNumberEnum
- Inheritance
-
WeekNumberEnum
Fields
Name | Value | Description |
---|---|---|
FirstWeek | 0 | The report runs between the first and seventh day of the month. |
SecondWeek | 1 | The report runs between the eighth and fourteenth day of the month. |
ThirdWeek | 2 | The report runs between the fifteenth and twenty-first day of the month. |
FourthWeek | 3 | The report runs between the twenty-second and twenty-eighth day of the month. |
LastWeek | 4 | The report runs during the last seven days of the month. |
Remarks
Use the WeekNumberEnum enumeration together with the WhichWeek property of the MonthlyDOWRecurrence class.