ScheduleRuleFirstOrLastDaysOfMonth Property  | 
 
            Gets or sets the number of repeatable first or last day periods for the schedule.
            
 
    Namespace: 
   Dundas.BI.Scheduling
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic int? FirstOrLastDaysOfMonth { get; set; }Public Property FirstOrLastDaysOfMonth As Integer?
	Get
	Set
public:
property Nullable<int> FirstOrLastDaysOfMonth {
	Nullable<int> get ();
	void set (Nullable<int> value);
}member FirstOrLastDaysOfMonth : Nullable<int> with get, set
Property Value
Type: 
NullableInt32The number of repeatable first or last month day periods.
Exceptions
Remarks
See Also