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.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public TimeZoneInfo CustomTimeZone { get; set; }

Property Value

Type: TimeZoneInfo

Implements

ITimeZoneManagerCustomTimeZone
See Also