IRecurrenceRuleByMonth Property
IT Hit WebDAV Classes Reference
Gets or sets "BYMONTH" rule part which represents list of months of the year. Valid values are 1 to 12.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax ushort[] ByMonth { get; set; }
Property ByMonth As UShort()
Get
Set
property array<unsigned short>^ ByMonth {
array<unsigned short>^ get ();
void set (array<unsigned short>^ value);
}
abstract ByMonth : uint16[] with get, set
Property Value
Type:
UInt16See Also