SEVExportWorkerWorkerThreadConvertServerTimeToUTC Method
|
Alterian Email Manager 6.2.3 SDK Help File
Converts a local (server) time to a UTC time by applying the UTC offset.
Namespace:
DMLibrary.SEVAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static DateTime ConvertServerTimeToUTC(
DateTime serverDateTime
)
Public Shared Function ConvertServerTimeToUTC (
serverDateTime As DateTime
) As DateTime
public:
static DateTime ConvertServerTimeToUTC(
DateTime serverDateTime
)
static member ConvertServerTimeToUTC :
serverDateTime : DateTime -> DateTime
DMLibrary.SEV.WorkerThread.ConvertServerTimeToUTC = function(serverDateTime);
Parameters
- serverDateTime
- Type: SystemDateTime
Return Value
Type:
DateTime
See Also