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

Namespace: CMS.Globalization.Web.UI
Assembly: CMS.Globalization.Web.UI (in CMS.Globalization.Web.UI.dll) Version: 10.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