Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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 | Flags |
---|---|---|---|
PersonID | The unique ID for the target person. | $personID | |
Year | The year. Can be empty for no year. | 1981 | Optional |
Month | The month. Can be empty for no month. | 12 | Optional |
Day | The day. Can be empty for no day. | 1 | Optional |
Returns OK or error.
Set birthday to 6th May:
MBS( "Addressbook.person.SetBirthdayComponents"; $personID; ""; 5; 6)
This function is free to use.
Created 23th October 2015, last changed 14th July 2022