ScheduleRuleDayOfMonth 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.Scheduling
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [ObsoleteAttribute("Use DaysOfMonth, SetDaysOfMonth, AddDayOfMonth and RemoveDayOfMonth instead.")]
public int? DayOfMonth { get; set; }
<ObsoleteAttribute("Use DaysOfMonth, SetDaysOfMonth, AddDayOfMonth and RemoveDayOfMonth instead.")>
Public Property DayOfMonth As Integer?
Get
Set
public:
[ObsoleteAttribute(L"Use DaysOfMonth, SetDaysOfMonth, AddDayOfMonth and RemoveDayOfMonth instead.")]
property Nullable<int> DayOfMonth {
Nullable<int> get ();
void set (Nullable<int> value);
}
[<ObsoleteAttribute("Use DaysOfMonth, SetDaysOfMonth, AddDayOfMonth and RemoveDayOfMonth instead.")>]
member DayOfMonth : Nullable<int> with get, set
Property Value
Type:
NullableInt32The day of the month.
Exceptions Remarks See Also