MonthsOfYearSelector Class
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.
Represents the months of the year in which a scheduled report runs.
public ref class MonthsOfYearSelector
public class MonthsOfYearSelector
type MonthsOfYearSelector = class
Public Class MonthsOfYearSelector
- Inheritance
-
MonthsOfYearSelector
Remarks
Use the MonthsOfYearSelector class with the MonthsOfYear property of the MonthlyDOWRecurrence and MonthlyRecurrence classes to indicate the months in which a scheduled report runs.
Constructors
MonthsOfYearSelector() |
Initializes a new instance of the MonthsOfYearSelector class. |
Properties
April |
Indicates whether a scheduled report runs in April. |
August |
Indicates whether a scheduled report runs in August. |
December |
Indicates whether a scheduled report runs in December. |
February |
Indicates whether a scheduled report runs in February. |
January |
Indicates whether a scheduled report runs in January. |
July |
Indicates whether a scheduled report runs in July. |
June |
Indicates whether a scheduled report runs in June. |
March |
Indicates whether a scheduled report runs in March. |
May |
Indicates whether a scheduled report runs in May. |
November |
Indicates whether a scheduled report runs in November. |
October |
Indicates whether a scheduled report runs in October. |
September |
Indicates whether a scheduled report runs in September. |