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)
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).
See Also