Class DateTimeConfiguration
Represents the configuration for the DateTime property editor.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class DateTimeConfiguration
Constructors
View SourceDateTimeConfiguration()
Declaration
public DateTimeConfiguration()
Properties
View SourceTimeZones
Gets or sets the time zones configuration.
Declaration
[ConfigurationField("timeZones")]
public DateTimeConfiguration.TimeZonesConfiguration? TimeZones { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeConfiguration.TimeZonesConfiguration |