Click or drag to resize
TimeZoneUIMethods Class
Time zone UI methods
Inheritance Hierarchy
SystemObject
  CMS.Globalization.Web.UITimeZoneUIMethods

Namespace: CMS.Globalization.Web.UI
Assembly: CMS.Globalization.Web.UI (in CMS.Globalization.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class TimeZoneUIMethods

The TimeZoneUIMethods type exposes the following members.

Constructors
  NameDescription
Public methodTimeZoneUIMethods
Top
Methods
  NameDescription
Public methodStatic memberConvertDateTime
Convert date time with dependences on current time zone manager.
Public methodStatic memberGetDateTimeForControl(Control, DateTime)
Gets the date time value for the given control.
Public methodStatic memberGetDateTimeForControl(Control, DateTime, TimeZoneInfo)
Gets the date time value for the given control.
Public methodStatic memberGetTimeZoneManager
Gets the time zone manager for the given control.
Top
See Also