You are here

function CampaignMonitor::userGetTimezones in Campaign Monitor 6.2

Same name and namespace in other branches
  1. 5.2 lib/CMBase.php \CampaignMonitor::userGetTimezones()
  2. 6.3 lib/CMBase.php \CampaignMonitor::userGetTimezones()

*

Return value

string A parsed response from the server, or null if something failed. * @see http://www.campaignmonitor.com/api/method/user-gettimezones/

File

lib/CMBase.php, line 1088

Class

CampaignMonitor
The new CampaignMonitor class that now extends from CMBase. This should be backwards compatible with the original (PHP5) version.

Code

function userGetTimezones() {
  return $this
    ->makeCall('User.GetTimezones');
}