IRecurrenceRuleByMonthDay Property
IT Hit WebDAV Classes Reference
Gets or sets "BYMONTHDAY" rule part which represents of days of the month. Valid values are 1 to 31 or -31 to -1.
Namespace: ITHit.WebDAV.CalendarAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntaxshort[] ByMonthDay { get; set; }
Property ByMonthDay As Short()
Get
Set
property array<short>^ ByMonthDay {
array<short>^ get ();
void set (array<short>^ value);
}
abstract ByMonthDay : int16[] with get, set
Property Value
Type:
Int16
RemarksFor example, -10 represents the tenth to the last day of the month.
See Also