ScheduleRuleDataDayOfMonth Property |
Note: This API is now obsolete.
Gets or sets the day of the month for the schedule used in a "Day(s) N" pattern.
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 = "dayOfMonth", EmitDefaultValue = true)]
[ObsoleteAttribute("Use DaysOfMonth instead.")]
public int? DayOfMonth { get; set; }
<DataMemberAttribute(Name := "dayOfMonth", EmitDefaultValue := true)>
<ObsoleteAttribute("Use DaysOfMonth instead.")>
Public Property DayOfMonth As Integer?
Get
Set
public:
[DataMemberAttribute(Name = L"dayOfMonth", EmitDefaultValue = true)]
[ObsoleteAttribute(L"Use DaysOfMonth instead.")]
property Nullable<int> DayOfMonth {
Nullable<int> get ();
void set (Nullable<int> value);
}
[<DataMemberAttribute(Name = "dayOfMonth", EmitDefaultValue = true)>]
[<ObsoleteAttribute("Use DaysOfMonth instead.")>]
member DayOfMonth : Nullable<int> with get, set
Property Value
Type:
NullableInt32The day of the month.
Exceptions Remarks See Also