MonthlyPatternKind Enumeration |
Enumeration used in determining the type of monthly pattern in a Schedule.
Namespace:
Dundas.BI.Scheduling
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic enum MonthlyPatternKind
Public Enumeration MonthlyPatternKind
public enum class MonthlyPatternKind
Members|
| Member name | Value | Description |
|---|
| Day | 0 |
Choice of day of the month (e.g. Day 31).
|
| NthSpecificDay | 1 |
Choice of ordinal day of week of the month (e.g. The first Sunday).
|
See Also