TransformationHelperGetDateTime Method |
Returns date time with dependence on current ITimeZone manager time zone settings.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
Syntax public DateTime GetDateTime(
Control control,
Object dateTime
)
Parameters
- control
- Type: System.Web.UIControl
Control containing ITimeZoneManager - dateTime
- Type: SystemObject
DateTime to convert (server time zone)
Return Value
Type:
DateTimeSee Also