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:
11.0
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
12.3
Statistic
FMM
Blog
Addressbook.searchPeopleWithCreationDate
Searches for people in address book with creation date between both dates.
Component | Version | macOS | Windows | Linux | Server | iOS SDK | License |
Addressbook | 3.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No | Free |
Deprecated
This function was deprecated. Use Contacts functions instead.
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
StartDate | The start date for the search range. | Date(10; 1; 2013) | |
EndDate | The end date for the search range. | Date(11; 1; 2013) | Optional |
Result
Returns list of all person IDs.
Description
Searches for people in address book with creation date between both dates.Examples
Searches all people created between 1st of September and 1st of December 2013:
MBS("Addressbook.searchPeopleWithCreationDate"; Date ( 9 ; 1 ; 2013 ); Date ( 10 ; 1 ; 2013 ))
Searches all people created after 1st of September:
MBS("Addressbook.searchPeopleWithModificationDate"; Date ( 9 ; 1 ; 2013 ))
See also
Created 18th August 2014, last changed 25th September 2018
Addressbook.searchGroupsWithName - Addressbook.searchPeopleWithEmail
Feedback: Report problem or ask question.
