Table of Contents

Class DateEditor

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

Represents a date editor.

[Editor("Date")]
public class DateEditor : TimestampEditor
Inheritance
DateEditor
Inherited Members

Constructors

DateEditor()

Initializes a new instance of an object.

public DateEditor()

Methods

StringifyValue(object)

Returns the string representation of value.

public override string StringifyValue(object value)

Parameters

value object

Object

Returns

string
To top