 | RecurringRuleByMonths Property |
Gets or sets BYMONTH parameter.
List of months when event should occur ranging from 1 to 12.
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic List<int> ByMonths { get; set; }Public Property ByMonths As List(Of Integer)
Get
Set
public:
property List<int>^ ByMonths {
List<int>^ get ();
void set (List<int>^ value);
}member ByMonths : List<int> with get, set
Property Value
ListInt32
See Also