 | RecurringRuleByMonthDay Property |
Gets or sets BYMONTHDAY parameter.
List of values ranging from -31 to 31.
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
ListInt32
See Also