Click or drag to resize
CMSAbstractTransformationGetDateTime Method (DateTime)
Returns date time with dependence on current ITimeZone manager time zone settings.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public DateTime GetDateTime(
	DateTime dateTime
)

Parameters

dateTime
Type: SystemDateTime
DateTime to convert (server time zone)

Return Value

Type: DateTime
See Also