Click or drag to resize
TimeZoneTypeEnum Enumeration
Defines timezone types.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
public enum TimeZoneTypeEnum
Members
  Member nameValueDescription
Inherit0 Indicates whether time zone type is inherited.
Server1 Server timezone type.
WebSite2 WebSite timezone type.
User3 User timezone type.
Custom4 Custom timezone type.
See Also