birth_day property

birth_day property

Gets or sets contact birthday.

Definition:

@property
def birth_day(self):
    ...
@birth_day.setter
def birth_day(self, value):
    ...

See Also