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
Members
  Member nameValueDescription
Day0 Choice of day of the month (e.g. Day 31).
NthSpecificDay1 Choice of ordinal day of week of the month (e.g. The first Sunday).
FirstDays2 Choice of one or more first days of the month (e.g. The first 3 days).
LastDays3 Choice of one or more last days of the month (e.g. The last 4 days).
See Also