Utils ToUniversalTime Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Converts the value of the date to Coordinated Universal Time (UTC).

Namespace: BlueCieloECM.InnoCielo.Meridian
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

public static DateTime ToUniversalTime(
	DateTime date
)

Return Value

A OnlineDateTime object of which OnlineKind property is UTC, and the value of which is the UTC equivalent of the value of the OnlineDateTime object, or OnlineMaxValue if the converted value is too large to be represented by a DateTime object, or OnlineMinValue if the converted value is less than or equal to OLEBaseTime.
See Also