ScheduleRuleData.FirstOrLastDaysOfMonth 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 (25.1.0.1000)
Syntax[DataMemberAttribute(Name = "firstOrLastDaysOfMonth", EmitDefaultValue = true)]
public int? FirstOrLastDaysOfMonth { get; set; }
<DataMemberAttribute(Name := "firstOrLastDaysOfMonth", EmitDefaultValue := true)>
Public Property FirstOrLastDaysOfMonth As Integer?
Get
Set
public:
[DataMemberAttribute(Name = L"firstOrLastDaysOfMonth", EmitDefaultValue = true)]
property Nullable<int> FirstOrLastDaysOfMonth {
Nullable<int> get ();
void set (Nullable<int> value);
}
[<DataMemberAttribute(Name = "firstOrLastDaysOfMonth", EmitDefaultValue = true)>]
member FirstOrLastDaysOfMonth : Nullable<int> with get, set
Property Value
Type:
Nullable<Int32>The number of repeatable first or last month day periods.
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException | The value is less than 1 or greater than 30. |
Remarks
See Also