Class TimestampEditor
- Namespace
- Dynamicweb.Content.Items.Editors
- Assembly
- Dynamicweb.dll
Represents a timestamp editor.
public abstract class TimestampEditor : Editor
- Inheritance
-
TimestampEditor
- Derived
- Inherited Members
Constructors
TimestampEditor()
Initializes a new instance of an object.
protected TimestampEditor()
Fields
MaxDate
Gets the maximum allowed date.
public static DateTime MaxDate
Field Value
MinDate
Gets the minimum allowed date.
public static DateTime MinDate
Field Value
Properties
DataType
Gets the data type for this editor.
public override Type DataType { get; }
Property Value
DateFormatting
public static string DateFormatting { get; }
Property Value
IncludeTime
Gets or sets value indicating whether to allow time editing.
public virtual bool IncludeTime { get; }
Property Value
Methods
RenderValue(EditorRenderingContext)
Renders value.
public override void RenderValue(EditorRenderingContext context)
Parameters
context
EditorRenderingContextEditor rendering context.