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.WebDAV.CalendarAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntaxushort[] 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:
UInt16
See Also