Click or drag to resize
TimeZoneInfoProviderDeleteTimeZoneInfo Method (Int32)

Note: This API is now obsolete.

Deletes specified timeZone.

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

Parameters

timeZoneId
Type: SystemInt32
TimeZone id
See Also