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

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetTimeZoneInfoInternal(
	TimeZoneInfo timeZone
)

Parameters

timeZone
Type: CMS.GlobalizationTimeZoneInfo
TimeZone to set
See Also