ScheduleRuleDayOfMonth Property

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

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntax
public Nullable<int> DayOfMonth { get; set; }

Property Value

Type: NullableInt32
The number of repeatable month day periods.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is less than 1 or greater than 31.
Remarks
The property defines the value of N in a "Day N" pattern. When a schedule is created, this property is set to the Day value of StartTime by default. This property is only considered when PatternType property is set to Monthly and MonthlyPatternKind is set to Day.
See Also