WeekNumberEnum Enum

Definition

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

FirstWeek 0

Describes the FirstWeek of the month.

FourthWeek 3

Describes the FourthWeek of the month.

LastWeek 4

Describes the LastWeek of the month.

SecondWeek 1

Describes the SecondWeek of the month.

ThirdWeek 2

Describes the ThirdWeek of the month.

Remarks

Use the WeekNumberEnum enumeration with the WhichWeek property of the MonthlyDOWRecurrence class.

Applies to