 | RecurringRuleByYearDay Property |
Gets or sets BYYEARDAY parameter.
List of values ranging from -365 to 365.
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic List<int> ByYearDay { get; set; }Public Property ByYearDay As List(Of Integer)
Get
Set
public:
property List<int>^ ByYearDay {
List<int>^ get ();
void set (List<int>^ value);
}member ByYearDay : List<int> with get, set
Property Value
ListInt32
See Also