Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Sets the birthday data components.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Addressbook | 5.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
This function was deprecated. Use Contacts functions instead.
Parameter | Description | Example |
---|---|---|
PersonID | The unique ID for the target person. | $personID |
Year | The year. Can be empty for no year. | 1981 |
Month | The month. Can be empty for no month. | 12 |
Day | The day. Can be empty for no day. | 1 |
Returns OK or error.
Set birthday to 6th May:
MBS( "Addressbook.person.SetBirthdayComponents"; $personID; ""; 5; 6)
Created 23th October 2015, last changed 23th October 2015
Addressbook.person.GetImage - Addressbook.person.SetImage
Feedback: Report problem or ask question.