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.
Describes the week of the month on 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 | Describes the FirstWeek of the month. |
SecondWeek | 1 | Describes the SecondWeek of the month. |
ThirdWeek | 2 | Describes the ThirdWeek of the month. |
FourthWeek | 3 | Describes the FourthWeek of the month. |
LastWeek | 4 | Describes the LastWeek of the month. |
Remarks
Use the WeekNumberEnum enumeration with the WhichWeek property of the MonthlyDOWRecurrence class.