Click or drag to resize
AbstractBasicFormCustomTimeZone Property
Gets or sets custom time zone info. This time zone is used when TimeZoneType is 'custom'.

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

Property Value

Type: TimeZoneInfo

Implements

ITimeZoneManagerCustomTimeZone
See Also