Search Results for

    Show / Hide Table of Contents
    View Source

    Class DateTimeConfiguration.TimeZonesConfiguration

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class DateTimeConfiguration.TimeZonesConfiguration

    Properties

    View Source

    Mode

    The mode for time zones.

    Declaration
    public DateTimeConfiguration.TimeZoneMode Mode { get; set; }
    Property Value
    Type Description
    DateTimeConfiguration.TimeZoneMode
    View Source

    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>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX