Click or drag to resize
TimeZoneHelperGetUTCLongStringOffset Method (IUserInfo, ISiteInfo)
Returns "long" string representation of used time zone (user, site or server) in form '(UTC + 00:00) TimeZoneDisplayName'. Returns null if time zones are disabled.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
public static string GetUTCLongStringOffset(
	IUserInfo userInfo,
	ISiteInfo siteInfo
)

Parameters

userInfo
Type: CMS.BaseIUserInfo
siteInfo
Type: CMS.BaseISiteInfo

Return Value

Type: String
See Also