ScheduleRuleDataMonthlyPatternKind Property

Gets or sets whether an ordinal day of the month or specific day of a certain week of a month should be selected.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "monthlyPatternKind", EmitDefaultValue = true)]
public MonthlyPatternKind MonthlyPatternKind { get; set; }

Property Value

Type: MonthlyPatternKind
The monthly pattern kind.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is being set is not one of the MonthlyPatternKind values.
Remarks
This property defines if "Day N" or "The [first] [Monday]" option is used. When a schedule is created, this property is set to Day by default. This property is only considered when PatternType is set to Monthly.
See Also