Class DateTimeConfiguration.TimeZonesConfiguration
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class DateTimeConfiguration.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> |