Click or drag to resize
TimeZoneUIMethodsConvertDateTime Method
Convert date time with dependences on current time zone manager.

Namespace: CMS.Globalization.Web.UI
Assembly: CMS.Globalization.Web.UI (in CMS.Globalization.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static DateTime ConvertDateTime(
	DateTime dateTime,
	Control sender
)

Parameters

dateTime
Type: SystemDateTime
Date time to convert
sender
Type: System.Web.UIControl
Sender

Return Value

Type: DateTime
See Also