Click or drag to resize
TimeZoneInfoProviderGetTimeZoneInfoInternal Method (Int32)
Returns the TimeZoneInfo structure for the specified Id.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
protected virtual TimeZoneInfo GetTimeZoneInfoInternal(
	int timeZoneId
)

Parameters

timeZoneId
Type: SystemInt32
TimeZone id

Return Value

Type: TimeZoneInfo
See Also