Class DateField
Version: 21.x
Represents a date field.
Inherited Members
Namespace: Sitecore.LayoutService.Client.Response.Model.Fields
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
Constructors
DateField()
Initializes a new instance of the DateField class.
Declaration
DateField(DateTime)
Initializes a new instance of the DateField class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.DateTime | value |
The intial value. |