Table of Contents

Class DateTimeEditor

Namespace
Dynamicweb.Content.Items.Editors
Assembly
Dynamicweb.dll

Represents a date and time editor.

[Editor("Date and time")]
public class DateTimeEditor : TimestampEditor
Inheritance
DateTimeEditor
Inherited Members

Constructors

DateTimeEditor()

Initializes a new instance of an object.

public DateTimeEditor()

Properties

IncludeTime

Gets or sets value indicating whether to allow time editing.

public override bool IncludeTime { get; }

Property Value

bool
To top