Class DateTimeEditorValue
Inheritance
object
Namespace: Umbraco.Cms.Infrastructure.Models
Assembly: Umbraco.Infrastructure.dll
Syntax
[DataContract]
public class DateTimeEditorValue
Properties
View SourceDate
Declaration
[DataMember(Name = "date")]
public string? Date { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TimeZone
Declaration
[DataMember(Name = "timeZone")]
public string? TimeZone { get; set; }
Property Value
| Type | Description |
|---|---|
| string |