You are here

function CampaignMonitor::userGetSystemDate in Campaign Monitor 5.2

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

*

Return value

string A parsed response from the server, or null if something failed. * @see http://www.campaignmonitor.com/api/User.GetSystemDate.aspx

File

lib/CMBase.php, line 1160

Class

CampaignMonitor

Code

function userGetSystemDate() {
  return $this
    ->makeCall('User.GetSystemDate');
}