ScheduleRuleDataNthSpecificDayOfMonth Property  | 
 
            Gets or sets the ordinal number of the day in a month.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "nthSpecificDayOfMonth", EmitDefaultValue = true)]
public NthSpecificDayOfMonth NthSpecificDayOfMonth { get; set; }<DataMemberAttribute(Name := "nthSpecificDayOfMonth", EmitDefaultValue := true)>
Public Property NthSpecificDayOfMonth As NthSpecificDayOfMonth
	Get
	Set
public:
[DataMemberAttribute(Name = L"nthSpecificDayOfMonth", EmitDefaultValue = true)]
property NthSpecificDayOfMonth NthSpecificDayOfMonth {
	NthSpecificDayOfMonth get ();
	void set (NthSpecificDayOfMonth value);
}[<DataMemberAttribute(Name = "nthSpecificDayOfMonth", EmitDefaultValue = true)>]
member NthSpecificDayOfMonth : NthSpecificDayOfMonth with get, set
Property Value
Type: 
NthSpecificDayOfMonthThe ordinal number of the day in a month.
Exceptions| Exception | Condition | 
|---|
| ArgumentOutOfRangeException | The value is being set is not one of the NthSpecificDayOfMonth values. | 
Remarks
See Also