Search Results for

    Show / Hide Table of Contents
    View Source

    Class DateTimeConfiguration

    Represents the configuration for the datetime value editor.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class DateTimeConfiguration

    Constructors

    View Source

    DateTimeConfiguration()

    Declaration
    public DateTimeConfiguration()

    Properties

    View Source

    Format

    Declaration
    public string Format { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    OffsetTime

    Declaration
    public bool OffsetTime { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DateTimeConfiguration()
    • Properties
      • Format
      • OffsetTime
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX