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