Click or drag to resize
TimeZoneInfoProviderSetTimeZoneInfo Method
Sets (updates or inserts) specified timeZone.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
public static void SetTimeZoneInfo(
	TimeZoneInfo timeZone
)

Parameters

timeZone
Type: CMS.GlobalizationTimeZoneInfo
TimeZone to set
See Also