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; }
<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:
NullableInt32The number of repeatable first or last month day periods.
Exceptions Remarks See Also