ScheduleRuleDataFirstOrLastDaysOfMonth Property

Gets or sets the number of repeatable first or last day periods for the schedule.

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 = "firstOrLastDaysOfMonth", EmitDefaultValue = true)]
public int? FirstOrLastDaysOfMonth { get; set; }

Property Value

Type: NullableInt32
The number of repeatable first or last month day periods.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is less than 1 or greater than 30.
Remarks
The property defines a single value of N in "first {N} day(s)" or "last {N} day(s)" patterns. This property is only considered when PatternType property is set to Monthly and MonthlyPatternKind is set to FirstDays or LastDays.
See Also