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

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

Parameters

control
Type: System.Web.UIControl
Control
dateTime
Type: SystemDateTime
Date time

Return Value

Type: DateTime
See Also