Click or drag to resize
TimeZoneHelperGetUTCLongStringOffset Method (TimeZoneInfo)
Returns "long" string representation of time zone shift in form '(UTC + 00:00) TimeZoneDisplayName'.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
public static string GetUTCLongStringOffset(
	TimeZoneInfo tzi
)

Parameters

tzi
Type: CMS.GlobalizationTimeZoneInfo
Time zone info

Return Value

Type: String
See Also