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 SourceDateTimeConfiguration()
Declaration
public DateTimeConfiguration()
Properties
View SourceFormat
Declaration
public string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OffsetTime
Declaration
public bool OffsetTime { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |