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.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax short[] 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:
Int16Remarks For example, -10 represents the tenth to the last day of the month.
See Also