Click or drag to resize
TimeZoneHelperGetTimeZoneManager Method
Gets the time zone manager for the given control.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
public static ITimeZoneManager GetTimeZoneManager(
	Control control
)

Parameters

control
Type: System.Web.UIControl
Control for which to get the time zone manager

Return Value

Type: ITimeZoneManager
See Also