Click or drag to resize
TimeZoneInfoProviderSetTimeZoneInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified timeZone.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ITimeZoneInfoProvider.Set(TimeZoneInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - TimeZoneInfo.Provider.")]
public static void SetTimeZoneInfo(
	TimeZoneInfo timeZone
)

Parameters

timeZone
Type: CMS.GlobalizationTimeZoneInfo
TimeZone to set
See Also