Class DateField
Represents a date field.
Inherited Members
Namespace: Sitecore.LayoutService.Client.Response.Model.Fields
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
public class DateField : EditableField<DateTime>, IFieldReader, IValueField<DateTime>, IEditableField, IField
Constructors
DateField()
Initializes a new instance of the DateField class.
Declaration
public DateField()
DateField(DateTime)
Initializes a new instance of the DateField class.
Declaration
public DateField(DateTime value)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | value | The intial value. |