Click or drag to resize
AbstractBasicFormTimeZoneType Property
Gets or sets time zone type for child controls. Default value is TimeZoneTypeEnum.Inherit.

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

Property Value

Type: TimeZoneTypeEnum

Implements

ITimeZoneManagerTimeZoneType
See Also