| RecurringRuleByMonthDay Property |
Gets or sets BYMONTHDAY parameter.
List of values ranging from -31 to 31.
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public List<int> ByMonthDay { get; set; }
Public Property ByMonthDay As List(Of Integer)
Get
Set
public:
property List<int>^ ByMonthDay {
List<int>^ get ();
void set (List<int>^ value);
}
member ByMonthDay : List<int> with get, set
Property Value
Type:
ListInt32See Also