#include <vector>
#include <functional>
#include "LicenseType.h"
#include "CustomField.h"
#include "InstallationFile.h"
#include "LicenseID.h"
#include "LicenseFeature.h"
#include "DeviceVariable.h"
#include "Customer.h"
#include "ProductDetails.h"
#include "LicenseUser.h"
#include "Exceptions.h"
Go to the source code of this file.
|
std::string LS_API | LicenseSpring::TmToString (const tm &dateTime, const std::string &format=std::string("%d-%m-%Y")) |
| Helper function, converts datetime to string using given format. See strftime reference for format details. More...
|
|