Click or drag to resize
TimeZoneMethodsGetDateTimeForControl Method (Control, DateTime, TimeZoneInfo)
Gets the date time value for the given control.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 8.2.23
Syntax
C#
public static DateTime GetDateTimeForControl(
	Control control,
	DateTime dateTime,
	out TimeZoneInfo usedTimeZone
)

Parameters

control
Type: System.Web.UIControl
Control
dateTime
Type: SystemDateTime
Date time
usedTimeZone
Type: CMS.GlobalizationTimeZoneInfo
Time zone used for time conversion

Return Value

Type: DateTime
See Also