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

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public TimeZoneTypeEnum TimeZoneType { get; set; }

Property Value

Type: TimeZoneTypeEnum

Implements

ITimeZoneManagerTimeZoneType
See Also