IPersonMonthOfBirth Property |
Month Of Birth (1-12) e.g. 6
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxshort MonthOfBirth { get; set; }
Property MonthOfBirth As Short
Get
Set
Dim instance As IPerson
Dim value As Short
value = instance.MonthOfBirth
instance.MonthOfBirth = value
property short MonthOfBirth {
short get ();
void set (short value);
}
Property Value
Type:
Int16
See Also