Search Results for

    Show / Hide Table of Contents
    View Source

    Class DateTimeEditorValue

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Models
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    [DataContract]
    public class DateTimeEditorValue

    Properties

    View Source

    Date

    Declaration
    [DataMember(Name = "date")]
    public string? Date { get; set; }
    Property Value
    Type Description
    string
    View Source

    TimeZone

    Declaration
    [DataMember(Name = "timeZone")]
    public string? TimeZone { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX