Search Results for

    Show / Hide Table of Contents

    Enum DateTimeConfiguration.TimeZoneMode

    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public enum DateTimeConfiguration.TimeZoneMode

    Fields

    Name Description
    All

    Display all time zones.

    Custom

    Display a custom list of time zones defined in the configuration.

    Local

    Display only the local time zone of the user.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<DateTimeConfiguration.TimeZoneMode, TProperty>(DateTimeConfiguration.TimeZoneMode, Expression<Func<DateTimeConfiguration.TimeZoneMode, TProperty>>)
    DictionaryExtensions.MergeLeft<DateTimeConfiguration.TimeZoneMode, TK, TV>(DateTimeConfiguration.TimeZoneMode, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<DateTimeConfiguration.TimeZoneMode, TK, TV>(DateTimeConfiguration.TimeZoneMode, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<DateTimeConfiguration.TimeZoneMode>(DateTimeConfiguration.TimeZoneMode)
    ObjectExtensions.AsEnumerableOfOne<DateTimeConfiguration.TimeZoneMode>(DateTimeConfiguration.TimeZoneMode)
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX