Show / Hide Table of Contents

Class DateField

Represents a date field.

Inheritance
System.Object
FieldReader
Field
Field<System.DateTime>
EditableField<System.DateTime>
DateField
Implements
IFieldReader
IValueField<System.DateTime>
IEditableField
IField
Inherited Members
EditableField<DateTime>.EditableMarkup
Field<DateTime>.Value
Field.HandleRead(Type)
FieldReader.Read<TField>()
FieldReader.TryRead<TField>(TField)
FieldReader.TryRead(Type, IField)
FieldReader.Read(Type)
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.

Implements

IFieldReader
IValueField<TValue>
IEditableField
IField
Back to top Generated by DocFX