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 (24.3.0.1000)
Syntax public 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).
|
| FirstDays | 2 |
Choice of one or more first days of the month (e.g. The first 3 days).
|
| LastDays | 3 |
Choice of one or more last days of the month (e.g. The last 4 days).
|
See Also