Search Results for

    Show / Hide Table of Contents
    View Source

    Class DateTimeValueConverterBase.DateTimeDto

    Model/DTO that represents the JSON that date time property editors persisting as a JSON string stores.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.PropertyEditors.ValueConverters
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class DateTimeValueConverterBase.DateTimeDto

    Properties

    View Source

    Date

    Gets or sets the date time value.

    Declaration
    [JsonPropertyName("date")]
    public DateTimeOffset Date { get; init; }
    Property Value
    Type Description
    DateTimeOffset
    View Source

    TimeZone

    Gets or sets the (optional) timezone.

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