Click or drag to resize
TemplateMasterPageCustomTimeZone Property
Gets or sets user defined time zone if time zone type is "custom".

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public virtual TimeZoneInfo CustomTimeZone { get; set; }

Property Value

Type: TimeZoneInfo

Implements

ITimeZoneManagerCustomTimeZone
See Also