ScheduleRuleDataNthSpecificDayOfMonth Property |
Gets or sets the ordinal number of the day in a month.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
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
Remarks
See Also