Class DateTimeConfiguration.TimeZonesConfiguration
Represents the time zone configuration options for the DateTime property editor.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class DateTimeConfiguration.TimeZonesConfiguration
Constructors
View SourceTimeZonesConfiguration()
Declaration
public TimeZonesConfiguration()
Properties
View SourceMode
The mode for time zones.
Declaration
public DateTimeConfiguration.TimeZoneMode Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeConfiguration.TimeZoneMode |
TimeZones
A list of time zones to use when the mode is set to Custom.
Declaration
public List<string> TimeZones { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |