IRecurrenceMonth Property |
Month - The interval of a monthly subpattern (e.g., every 2 months).
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxshort Month { get; set; }
Property Month As Short
Get
Set
Dim instance As IRecurrence
Dim value As Short
value = instance.Month
instance.Month = value
property short Month {
short get ();
void set (short value);
}
Property Value
Type:
Int16
See Also