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; }
<DataMemberAttribute(Name := "monthlyPatternKind", EmitDefaultValue := true)>
Public Property MonthlyPatternKind As MonthlyPatternKind
Get
Set
public:
[DataMemberAttribute(Name = L"monthlyPatternKind", EmitDefaultValue = true)]
property MonthlyPatternKind MonthlyPatternKind {
MonthlyPatternKind get ();
void set (MonthlyPatternKind value);
}
[<DataMemberAttribute(Name = "monthlyPatternKind", EmitDefaultValue = true)>]
member MonthlyPatternKind : MonthlyPatternKind with get, set
Property Value
Type:
MonthlyPatternKindThe monthly pattern kind.
Exceptions 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