ScheduleRuleNthSpecificDayOfMonth Property |
Gets or sets the ordinal number of the day in a month.
Namespace:
Dundas.BI.Scheduling
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public NthSpecificDayOfMonth NthSpecificDayOfMonth { get; set; }
Public Property NthSpecificDayOfMonth As NthSpecificDayOfMonth
Get
Set
public:
property NthSpecificDayOfMonth NthSpecificDayOfMonth {
NthSpecificDayOfMonth get ();
void set (NthSpecificDayOfMonth value);
}
member NthSpecificDayOfMonth : NthSpecificDayOfMonth with get, set
Property Value
Type:
NthSpecificDayOfMonthThe ordinal number of the day in a month.
Exceptions Remarks See Also