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